Skip to content

Commit

Permalink
add post upgrade commands for angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Ruhsam committed Jun 28, 2024
1 parent 34850ae commit 62b85ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ module.exports = {
executionMode: "branch"
},
allowedPostUpgradeCommands: [
"^/github-action/quarkus-update {{branchName}} {{currentVersion}} {{newVersion}} {{newMajor}}.{{newMinor}} {{platform}} {{repository}}$"
"^/github-action/quarkus-update {{branchName}} {{currentVersion}} {{newVersion}} {{newMajor}}.{{newMinor}} {{platform}} {{repository}}$",
"^npm ci --ignore-scripts$",
"^npx ng update {{{depName}}} --from={{{currentVersion}}} --to={{{newVersion}}} --migrate-only --allow-dirty --force$"
],
recreateWhen: "always"
}

0 comments on commit 62b85ee

Please sign in to comment.