diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index f8ce75995f..136891821d 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -12,5 +12,5 @@ jobs: - uses: actions/checkout@v4 - uses: renovatebot/github-action@v40.3.4 with: - configurationFile: agnos-renovate.json + configurationFile: selfhost-renovate.json token: ${{ secrets.GITHUB_TOKEN }} diff --git a/agnos-renovate.json b/renovate.json similarity index 83% rename from agnos-renovate.json rename to renovate.json index 9c038138c1..9dd24e6261 100644 --- a/agnos-renovate.json +++ b/renovate.json @@ -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"], @@ -18,7 +16,7 @@ "groupSlug": "zone.js-dependency" }, { - "matchPackagePatterns": ["^@angular", "^ng-packagr"], + "matchPackageNames": ["/^@angular/", "/^ng-packagr/"], "groupName": "Angular dependencies", "groupSlug": "angular-dependencies" }, @@ -30,7 +28,5 @@ ], "lockFileMaintenance": {"enabled": true, "schedule": ["every weekend"]}, "skipInstalls": false, - "vulnerabilityAlerts": { - "enabled": false - } + "vulnerabilityAlerts": {"enabled": false} } diff --git a/selfhost-renovate.json b/selfhost-renovate.json new file mode 100644 index 0000000000..8c1a2b536d --- /dev/null +++ b/selfhost-renovate.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "repositories": ["AmadeusITGroup/AgnosUI"], + "platform": "github" +}