Skip to content

Commit

Permalink
Merged PR 14720: GB3-1658: Renovate adjustments
Browse files Browse the repository at this point in the history
Added a special rule for `zone.js` as minor changes are breaking.
  • Loading branch information
wendlans committed Sep 17, 2024
2 parents edc0c6d + f55f762 commit b03d9fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
"groupName": "eslint",
"matchPackagePrefixes": ["eslint", "@angular-eslint", "@ngrx/eslint", "@typescript-eslint"]
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["zone.js"],
"matchUpdateTypes": ["minor"],
"automerge": false,
"autoApprove": false,
"description": "There are breaking changes for zone.js with updates on minor level. Therefore, this rule prevents automerge and autoApprove for this update type."
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["prettier"],
Expand Down

0 comments on commit b03d9fa

Please sign in to comment.