Skip to content

Commit

Permalink
try update script
Browse files Browse the repository at this point in the history
  • Loading branch information
hwirnsberger committed Jun 21, 2024
1 parent ecbfa46 commit d7595fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ module.exports = {
],
prHourlyLimit: 0,
postUpgradeTasks: {
commands: ["./mvnw quarkus:update"],
fileFilters: ["**/*.pom", "**/*.java"],
executionMode: "branch"
commands: ["./quarkus-update {{branchName}} {{currentVersion}} {{newVersion}} {{newMajor}}.{{newMinor}}"],
fileFilters: ["**/*", "**/.*"]
},
allowedPostUpgradeCommands: ["touch", "ls", "^./mvnw quarkus:update$"],
recreateWhen: "always"
allowedPostUpgradeCommands: [
"^./quarkus-update {{branchName}} {{currentVersion}} {{newVersion}} {{newMajor}}.{{newMinor}}$"
]
}

0 comments on commit d7595fa

Please sign in to comment.