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
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:
parent
29f7315f67
commit
2ff8333a91
1 changed files with 2 additions and 2 deletions
|
@ -35,10 +35,10 @@
|
|||
"branchTopic": "lock-file-maintenance",
|
||||
"commitMessageAction": "Lock file maintenance",
|
||||
"schedule": [
|
||||
"* 23 * * *"
|
||||
"* 22 * * *"
|
||||
]
|
||||
},
|
||||
"automergeSchedule": [
|
||||
"* 0-1 * * *"
|
||||
"* 23 * * *"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue