Skip to content

Commit 06bdcad

Browse files
committed
ci: limit schematics dependencies rule to minor and patch updates
Add `matchUpdateTypes` to target only minor and patch updates in the schematics dependencies Renovate group configuration.
1 parent 6a21ad6 commit 06bdcad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"packages/schematics/angular/utility/latest-versions/package.json"
2121
],
2222
"matchPackageNames": ["*"],
23+
"matchUpdateTypes": ["minor", "patch"],
2324
"groupName": "schematics dependencies",
2425
"lockFileMaintenance": {
2526
"enabled": false

0 commit comments

Comments
 (0)