Skip to content

Commit 6353e04

Browse files
committed
?
1 parent 6638c56 commit 6353e04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
// See https://docs.renovatebot.com/presets-monorepo/#monorepoangular and https://docs.renovatebot.com/presets-monorepo/#monorepoangular-cli.
2323
// packages from both monorepos should be bumped together
2424
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+
},
2532
// Override the schedule to get immediate PRs.
2633
schedule: null,
2734
// Apply a unique label so we can trigger additional workflows for these PRs.

0 commit comments

Comments
 (0)