Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Dec 17, 2024
1 parent 61f7c53 commit 955d07f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"packageRules": [{
"matchDatasources": ["npm"],
"matchPackageNames": ["zone.js"],
"separateMinorPatch": true
}, {
"matchDatasources": ["npm"],
"matchPackageNames": ["zone.js"],
"matchUpdateTypes": ["minor", "major"],
"groupSlug": "major-angular-monorepo"
}]
}

0 comments on commit 955d07f

Please sign in to comment.