Skip to content

Commit 196cc8b

Browse files
alan-agius4devversion
authored andcommitted
fix(github-actions): move angular/** to matchPackageNames
This change ensures that `angular/dev-infra` update in WORKSPACE files is grouped with `cross-repo angular dependencies` instead of `bazel` to reduce the amount of PRs opened.
1 parent 6f44591 commit 196cc8b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

renovate-presets/default.json5

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,8 @@
6060
followTag: 'next',
6161
separateMajorMinor: false,
6262
schedule: ['at any time'],
63-
matchDepNames: [
64-
'@angular-devkit/**',
65-
'@angular/**',
66-
'@schematics/**',
67-
'angular/**',
68-
'ng-packagr',
69-
],
63+
matchDepNames: ['@angular-devkit/**', '@angular/**', '@schematics/**', 'ng-packagr'],
64+
matchPackageNames: ['angular/**'],
7065
},
7166

7267
// Disable 'next' tag tracking on non-main branches

0 commit comments

Comments
 (0)