Skip to content

Commit d2cd095

Browse files
authored
Update renovate.json5
1 parent ce7ce06 commit d2cd095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
{
1818
description: 'Stable & unstable Angular bumps in test fixtures',
1919
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'],
2223
// Override the schedule to get immediate PRs.
2324
schedule: null,
2425
// Apply a unique label so we can trigger additional workflows for these PRs.

0 commit comments

Comments
 (0)