We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7ce06 commit d2cd095Copy full SHA for d2cd095
renovate.json5
@@ -17,8 +17,9 @@
17
{
18
description: 'Stable & unstable Angular bumps in test fixtures',
19
matchFileNames: ['tests/**/fixtures/**/package.json'],
20
- // See https://docs.renovatebot.com/presets-monorepo/#monorepoangular.
21
- matchSourceUrls: ['https://github.com/angular/angular'],
+ // See https://docs.renovatebot.com/presets-monorepo/#monorepoangular and https://docs.renovatebot.com/presets-monorepo/#monorepoangular-cli.
+ // packages from both monorepos should be bumped together
22
+ matchSourceUrls: ['https://github.com/angular/angular', 'https://github.com/angular/angular-cli'],
23
// Override the schedule to get immediate PRs.
24
schedule: null,
25
// Apply a unique label so we can trigger additional workflows for these PRs.
0 commit comments