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
This commit is contained in:
June 2025-10-24 19:18:04 +02:00
commit 658a50d19b
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -4,7 +4,8 @@
"config:recommended", // Included in config:best-practices anyway, but added for clarity. "config:recommended", // Included in config:best-practices anyway, but added for clarity.
"config:best-practices", "config:best-practices",
":ignoreUnstable", ":ignoreUnstable",
":disableRateLimiting" ":disableRateLimiting",
":rebaseStalePrs"
], ],
"semanticCommits": "disabled", "semanticCommits": "disabled",
"packageRules": [ "packageRules": [