Skip to content

Commit

Permalink
updated branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
gattma authored Aug 23, 2024
1 parent e7c3c65 commit ac1028f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ module.exports = {
// "Gepardec/renovate-angular-playground"
],
prHourlyLimit: 0,
postUpgradeTasks: {
/*postUpgradeTasks: {
commands: ["/github-action/quarkus-update {{branchName}} {{currentVersion}} {{newVersion}} {{newMajor}}.{{newMinor}} {{platform}} {{repository}}"],
fileFilters: ["**/*", "**/.*"],
fileFilters: ["** /*", "** /.*"],
executionMode: "branch"
},
allowedPostUpgradeCommands: [
"^/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"
],*/
recreateWhen: "always",
branchTopic: "{{{depNameSanitized}}}_{{currentVersion}}_{{newVersion}}{{#if separateMinorPatch}}{{#if isPatch}}.{{{newMinor}}}{{/if}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}"
}

0 comments on commit ac1028f

Please sign in to comment.