Skip to content

Commit

Permalink
fix: renovate config (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix authored Oct 30, 2024
1 parent 4f98706 commit e648e41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/checkout@v4
- uses: renovatebot/[email protected]
with:
configurationFile: renovate.json
configurationFile: agnos-renovate.json
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions renovate.json → agnos-renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"repositories": ["AmadeusITGroup/AgnosUI"],
"platform": "github",
"extends": ["config:recommended", ":dependencyDashboard", "group:allNonMajor"],
"ignorePresets": [":prHourlyLimit2", ":prConcurrentLimit10"],
"schedule": ["every weekend"],
Expand Down

0 comments on commit e648e41

Please sign in to comment.