Compare commits

...

1 commit

Author SHA1 Message Date
2ff8333a91
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.
2025-02-28 23:47:38 +01:00

View file

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