ci(renovate): don't overlap schedules
Some checks failed
/ build (push) Successful in 1m31s
/ check (clippy) (push) Successful in 16s
/ check (module-ipv4-only-test) (push) Successful in 45s
/ check (module-ipv4-test) (push) Successful in 33s
/ check (module-ipv6-only-test) (push) Has been cancelled
/ check (module-ipv6-test) (push) Has been cancelled
/ check (module-nginx-test) (push) Has been cancelled
/ check (nextest) (push) Has been cancelled
/ check (treefmt) (push) Has been cancelled
/ report-size (push) Has been cancelled

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:47:18 +01:00
parent 29f7315f67
commit 2ff8333a91
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

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