diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 89c2eb54..36b2c32c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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?(?.+)${{/if}}",