From d5cb6b57ea4a09c1e13fbeab7b558ee855c95484 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 1 Mar 2024 08:57:19 +0100 Subject: [PATCH] chore: Prevent unnecessary rebases for renovate PRs This saves a few CI cycles. --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index b7ba389e3..0dd504bb5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,6 +7,7 @@ "main", "/^v[0-9]+/" ], + "rebaseWhen": "conflicted", "packageRules": [ { "matchBaseBranches": [ "/^v[0-9]+/" ],