Skip to content

Commit

Permalink
Update renovate config (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbasso authored Sep 13, 2023
1 parent 1c5eed9 commit 0d470b3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackagePatterns": ["^@angular", "^typescript", "^ng-packagr", "^zone.js"],
"groupName": "Angular/Typescript dependencies",
"groupSlug": "angular-dependencies",
"matchPackageNames": ["typescript"],
"groupName": "Typescript dependencies",
"groupSlug": "typescript-dependencies"
},
{
"matchPackageNames": ["@angular/core"],
"postUpgradeTasks": {
"commands": [
"npm install",
Expand All @@ -19,6 +22,11 @@
"executionMode": "branch",
"fileFilters": ["**"]
}
},
{
"matchPackagePatterns": ["^@angular", "^ng-packagr", "^zone.js"],
"groupName": "Angular dependencies",
"groupSlug": "angular-dependencies"
}
],
"lockFileMaintenance": {"enabled": true, "schedule": ["every weekend"]}
Expand Down

0 comments on commit 0d470b3

Please sign in to comment.