From 2af671c2bc861714c772362a4c0f509a805b18e8 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 15 Jul 2024 23:05:10 +0100 Subject: renovate: always attempt rebase when behind base branch --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index fbc1beb..33c14e8 100644 --- a/renovate.json +++ b/renovate.json @@ -24,5 +24,6 @@ } ], "prHourlyLimit": 0, - "commitBodyTable": true + "commitBodyTable": true, + "rebaseWhen": "behind-base-branch" } -- cgit v1.2.3