From 51ddf58480d6f3c6f13e3f9e6820eb1d9456c107 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Sat, 21 Sep 2024 10:32:22 +0200 Subject: [PATCH] chore(renovate): rebaseWhen=conflicted Rebase only when conflicted because GitHub's merge queue takes care of making sure updates are always tested against the head commit before merging --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index b3dce7cf60cd25..3950b9401bc522 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,7 @@ "prCreation": "immediate", "ignorePresets": [":ignoreModulesAndTests"], "ignorePaths": ["**/node_modules/**", "**/__fixtures__/**", "test/**"], + "rebaseWhen": "conflicted", "dockerfile": { "semanticCommitType": "build" },