Skip to content

Commit 1685f0a

Browse files
alan-agius4devversion
authored andcommitted
fix(github-actions): more cross-repo angular dependencies fixes
- `matchDepNames` conflicts with `matchDepNames` - `@angular/benchpress` is not released as `next` this is causing a dependency lookup warning
1 parent 82a6e3d commit 1685f0a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

renovate-presets/default.json5

+13-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,19 @@
6666
followTag: 'next',
6767
separateMajorMinor: false,
6868
schedule: ['at any time'],
69-
matchDepNames: ['@angular-devkit/**', '@angular/**', '@schematics/**', 'ng-packagr'],
70-
matchPackageNames: ['angular/**'],
69+
matchPackageNames: [
70+
'@angular-devkit/**',
71+
'@angular/**',
72+
'@schematics/**',
73+
'angular/**',
74+
'ng-packagr',
75+
],
76+
},
77+
78+
// @angular/benchpress is not released as 'next'
79+
{
80+
followTag: null,
81+
matchDepNames: ['@angular/benchpress'],
7182
},
7283

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

0 commit comments

Comments
 (0)