Skip to content

Commit

Permalink
ci(renovate): only rebase on conflicts
Browse files Browse the repository at this point in the history
...to avoid many PR costly builds.
  • Loading branch information
stempler committed Mar 8, 2024
1 parent 8e32997 commit 512d42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
],
prBodyTemplate: "{{{table}}}{{{notes}}}{{{changelogs}}}",
rebaseWhen: "behind-base-branch",
rebaseWhen: "conflicted", // avoid too many PR builds for renovate changes; Note: may cause problems with automerge
regexManagers: [
{
extractVersionTemplate: "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
Expand Down

0 comments on commit 512d42d

Please sign in to comment.