mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Chore: Change Renovate rebase logic
This commit is contained in:
parent
167892e383
commit
d6c7902390
@ -15,6 +15,10 @@
|
||||
"prConcurrentLimit": 5,
|
||||
"prHourlyLimit": 0,
|
||||
|
||||
// Tell Renovate to rebase only when there's a conflict, otherwise pull
|
||||
// requests never get auto-merged because there are always new changes.
|
||||
"rebaseWhen": "conflicted",
|
||||
|
||||
// It seems we need to delete the branches after merge or else it causes this problem:
|
||||
// https://github.com/renovatebot/renovate/discussions/21256#discussioncomment-5898418
|
||||
"pruneBranchAfterAutomerge": true,
|
||||
|
Loading…
Reference in New Issue
Block a user