File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
{
18
18
description : 'Stable & unstable Angular bumps in test fixtures' ,
19
19
matchFileNames : [ 'tests/**/fixtures/**/package.json' ] ,
20
- // See https://docs.renovatebot.com/presets-monorepo/#monorepoangular.
21
- matchSourceUrls : [ 'https://github.com/angular/angular' ] ,
20
+ // See https://docs.renovatebot.com/presets-monorepo/#monorepoangular and https://docs.renovatebot.com/presets-monorepo/#monorepoangular-cli.
21
+ // packages from both monorepos should be bumped together
22
+ matchSourceUrls : [ 'https://github.com/angular/angular' , 'https://github.com/angular/angular-cli' ] ,
22
23
// Override the schedule to get immediate PRs.
23
24
schedule : null ,
24
25
// Apply a unique label so we can trigger additional workflows for these PRs.
You can’t perform that action at this time.
0 commit comments