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.
44 lines
949 B
JSON
44 lines
949 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"assignees": [
|
|
"jalil"
|
|
],
|
|
"automerge": true,
|
|
"automergeStrategy": "auto",
|
|
"automergeType": "pr",
|
|
"commitBodyTable": true,
|
|
"dependencyDashboard": true,
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"prCreation": "immediate",
|
|
"cargo": {
|
|
"commitMessageTopic": "Rust crate {{depName}}",
|
|
"fileMatch": [
|
|
"(^|/)Cargo\\.toml$"
|
|
],
|
|
"versioning": "cargo",
|
|
"enabled": true
|
|
},
|
|
"nix": {
|
|
"fileMatch": [
|
|
"(^|/)flake\\.nix$"
|
|
],
|
|
"commitMessageTopic": "nixpkgs",
|
|
"commitMessageExtra": "to {{newValue}}",
|
|
"enabled": true
|
|
},
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"recreateWhen": "always",
|
|
"rebaseStalePrs": true,
|
|
"branchTopic": "lock-file-maintenance",
|
|
"commitMessageAction": "Lock file maintenance",
|
|
"schedule": [
|
|
"* 22 * * *"
|
|
]
|
|
},
|
|
"automergeSchedule": [
|
|
"* 23 * * *"
|
|
]
|
|
}
|