From 6f62febf60ff959fe6644413621d893ec86c7521 Mon Sep 17 00:00:00 2001 From: June Date: Fri, 24 Oct 2025 19:01:53 +0200 Subject: [PATCH] renovate: use rebase stale PRs preset to rebase once base branch updated Use this configuration to always have the fast-forward option. https://docs.renovatebot.com/presets-default/#rebasestaleprs --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2975de6..cdab33b 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,8 @@ "config:recommended", // Included in config:best-practices anyway, but added for clarity. "config:best-practices", ":ignoreUnstable", - ":disableRateLimiting" + ":disableRateLimiting", + ":rebaseStalePRs" ], "semanticCommits": "disabled", "packageRules": [