renovate: use rebase stale PRs preset to rebase once base branch updated
All checks were successful
/ Ansible Lint (push) Successful in 2m23s
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:
parent
b2961c5664
commit
658a50d19b
1 changed files with 2 additions and 1 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue