Skip to content

Commit

Permalink
Change renovate config (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbasso committed Sep 13, 2023
1 parent ffbd37f commit 1c5eed9
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"repositories": ["AmadeusITGroup/AgnosUI"],
"platform": "github",
"extends": ["config:recommended", "group:allNonMajor", ":preserveSemverRanges"],
"extends": ["config:recommended", "group:allNonMajor"],
"ignorePresets": [":prHourlyLimit2", ":prConcurrentLimit10"],
"schedule": "every weekend",
"rangeStrategy": "bump",
"packageRules": [
{"matchPackagePatterns": [""], "rangeStrategy": "bump"},
{
"matchPackageNames": ["@angular/core"],
"matchPackagePatterns": ["^@angular", "^typescript", "^ng-packagr", "^zone.js"],
"groupName": "Angular/Typescript dependencies",
"groupSlug": "angular-dependencies",
"postUpgradeTasks": {
"commands": [
"npm install",
Expand All @@ -17,12 +19,6 @@
"executionMode": "branch",
"fileFilters": ["**"]
}
},
{
"matchPackagePatterns": ["^@angular", "^ng-packagr", "^zone.js"],
"groupName": "Angular dependencies",
"groupSlug": "angular-dependencies",
"matchUpdateTypes": ["major"]
}
],
"lockFileMaintenance": {"enabled": true, "schedule": ["every weekend"]}
Expand Down

0 comments on commit 1c5eed9

Please sign in to comment.