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 6638c56 commit 6353e04Copy full SHA for 6353e04
renovate.json5
@@ -22,6 +22,13 @@
22
// See https://docs.renovatebot.com/presets-monorepo/#monorepoangular and https://docs.renovatebot.com/presets-monorepo/#monorepoangular-cli.
23
// packages from both monorepos should be bumped together
24
matchSourceUrls: ['https://github.com/angular/angular', 'https://github.com/angular/angular-cli'],
25
+ matchPackageNames: ['@angular/core'],
26
+ postUpgradeTasks: {
27
+ commands: [
28
+ 'npm ci --ignore-scripts',
29
+ 'npx ng update @angular/core@{{{newVersion}}} @angular/cli@{{{newVersion}}} --migrate-only --allow-dirty --force',
30
+ ],
31
+ },
32
// Override the schedule to get immediate PRs.
33
schedule: null,
34
// Apply a unique label so we can trigger additional workflows for these PRs.
0 commit comments