Skip to content

Commit

Permalink
ci(renovate): add ng-update handled package rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Nov 27, 2024
1 parent 97c20b8 commit fa2eb30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
"postUpdateOptions": ["yarnDedupeHighest"],
"prConcurrentLimit": 5,
"packageRules": [
{
"description": "ng update will handle these",
"matchPackageNames": ["/^@angular//"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"description": "ng update will handle these",
"matchPackageNames": ["typescript"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
"groupName": "@nguniversal packages",
"matchPackageNames": ["/^@nguniversal//"]
Expand Down

0 comments on commit fa2eb30

Please sign in to comment.