Skip to content

Commit d30093c

Browse files
committed
chore: group angular major & minor updates
1 parent 851da4f commit d30093c

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,15 @@
33
"extends": ["config:best-practices"],
44
"lockFileMaintenance": {
55
"enabled": true
6-
}
6+
},
7+
"packageRules": [
8+
{
9+
"matchPackageNames": [
10+
"ng-packagr",
11+
"@angular/{/,}**"
12+
],
13+
"matchUpdateTypes": ["major", "minor"],
14+
"groupName": "angular"
15+
}
16+
]
717
}

0 commit comments

Comments
 (0)