Jalil David Salamé Messina
6a1feb2612
Switch from a flake ref to a github ref as renovate cannot resolve flake refs, and they are slightly impure. This shows some issues with the previous patch to the bind module which we fix.
44 lines
959 B
JSON
44 lines
959 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"assignees": [
|
|
"jalil"
|
|
],
|
|
"automerge": true,
|
|
"automergeStrategy": "fast-forward",
|
|
"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": [
|
|
"* 0-1 * * *"
|
|
]
|
|
},
|
|
"automergeSchedule": [
|
|
"* 0-1 * * *"
|
|
]
|
|
}
|