Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8941a7c

Browse files
renovate[bot]json-derulo
authored andcommittedNov 14, 2024·
chore(config): migrate config renovate.json
1 parent 428dc0d commit 8941a7c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎renovate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
},
1212
"packageRules": [
1313
{
14-
"matchPackagePrefixes": ["@angular/", "@angular-devkit/"],
15-
"matchPackageNames": ["ng-packagr"],
14+
"matchPackageNames": [
15+
"ng-packagr",
16+
"@angular/{/,}**",
17+
"@angular-devkit/{/,}**"
18+
],
1619
"groupName": "angular"
1720
}
1821
]

0 commit comments

Comments
 (0)
Please sign in to comment.