Skip to content

Commit

Permalink
fix: separate configs (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix authored Oct 30, 2024
1 parent e648e41 commit e3843e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
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: agnos-renovate.json
configurationFile: selfhost-renovate.json
token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 2 additions & 6 deletions agnos-renovate.json → renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"$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 All @@ -18,7 +16,7 @@
"groupSlug": "zone.js-dependency"
},
{
"matchPackagePatterns": ["^@angular", "^ng-packagr"],
"matchPackageNames": ["/^@angular/", "/^ng-packagr/"],
"groupName": "Angular dependencies",
"groupSlug": "angular-dependencies"
},
Expand All @@ -30,7 +28,5 @@
],
"lockFileMaintenance": {"enabled": true, "schedule": ["every weekend"]},
"skipInstalls": false,
"vulnerabilityAlerts": {
"enabled": false
}
"vulnerabilityAlerts": {"enabled": false}
}
5 changes: 5 additions & 0 deletions selfhost-renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"repositories": ["AmadeusITGroup/AgnosUI"],
"platform": "github"
}

0 comments on commit e3843e4

Please sign in to comment.