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:
Jalil David Salamé Messina 2025-02-28 23:44:34 +01:00
parent 22755055e3
commit bf83027399
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -27,10 +27,10 @@
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"schedule": [
"* 0-1 * * *"
"* 0 * * *"
]
},
"automergeSchedule": [
"* 1-2 * * *"
"* 1 * * *"
]
}