Skip to content

Commit

Permalink
revert Update renovate-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gattma authored Jun 29, 2024
1 parent 3099bb3 commit 670d4cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ module.exports = {
repositories: [
"Gepardec/renovate-angular-playground"
],
prHourlyLimit: 0,
postUpgradeTasks: {
commands: ["touch test.txt"],
commands: ["/github-action/quarkus-update {{branchName}} {{currentVersion}} {{newVersion}} {{newMajor}}.{{newMinor}} {{platform}} {{repository}}"],
fileFilters: ["**/*", "**/.*"],
executionMode: "branch"
},
allowedPostUpgradeCommands: [
"touch"
"^/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$"
],
prHourlyLimit: 0,
recreateWhen: "always"
}

0 comments on commit 670d4cc

Please sign in to comment.