All checks were successful
/ check-renovaterc (push) Successful in 3s
/ build (push) Successful in 1s
/ check (clippy) (push) Successful in 2s
/ check (module-ipv4-only-test) (push) Successful in 7s
/ check (module-ipv4-test) (push) Successful in 7s
/ check (module-ipv6-only-test) (push) Successful in 7s
/ check (module-ipv6-test) (push) Successful in 8s
/ check (module-nginx-test) (push) Successful in 10s
/ check (nextest) (push) Successful in 4s
/ check (treefmt) (push) Successful in 3s
/ report-size (push) Successful in 2s
44 lines
964 B
JSON
44 lines
964 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"assignees": [
|
|
"jalil"
|
|
],
|
|
"automerge": true,
|
|
"automergeStrategy": "auto",
|
|
"automergeType": "pr",
|
|
"commitBodyTable": true,
|
|
"dependencyDashboard": true,
|
|
"extends": [
|
|
"config:best-practices"
|
|
],
|
|
"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",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"branchTopic": "lock-file-maintenance",
|
|
"commitMessageAction": "Lock file maintenance",
|
|
"schedule": [
|
|
"* 22 * * *"
|
|
]
|
|
},
|
|
"automergeSchedule": [
|
|
"* 23 * * *"
|
|
]
|
|
}
|