renovate: use rebase stale PRs preset to rebase once base branch updated
All checks were successful
/ Ansible Lint (push) Successful in 2m23s

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:best-practices",
":ignoreUnstable",
":disableRateLimiting"
":disableRateLimiting",
":rebaseStalePrs"
],
"semanticCommits": "disabled",
"packageRules": [