ci(renovate): don't overlap schedule
Branch creation schedule and automerge schedule should not overlap, or we'll get PRs that don't contain updates, which stop renovate from creating further PRs.
This commit is contained in:
parent
22755055e3
commit
bf83027399
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@
|
|||
"branchTopic": "lock-file-maintenance",
|
||||
"commitMessageAction": "Lock file maintenance",
|
||||
"schedule": [
|
||||
"* 0-1 * * *"
|
||||
"* 0 * * *"
|
||||
]
|
||||
},
|
||||
"automergeSchedule": [
|
||||
"* 1-2 * * *"
|
||||
"* 1 * * *"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue