chore(config): migrate renovate config - autoclosed #249

Closed
renovate wants to merge 1 commit from renovate/migrate-config into main
Showing only changes of commit 0913b6ddf5 - Show all commits

View file

@ -14,15 +14,15 @@
"prCreation": "immediate", "prCreation": "immediate",
"cargo": { "cargo": {
"commitMessageTopic": "Rust crate {{depName}}", "commitMessageTopic": "Rust crate {{depName}}",
"fileMatch": [ "managerFilePatterns": [
"(^|/)Cargo\\.toml$" "/(^|/)Cargo\\.toml$/"
], ],
"versioning": "cargo", "versioning": "cargo",
"enabled": true "enabled": true
}, },
"nix": { "nix": {
"fileMatch": [ "managerFilePatterns": [
"(^|/)flake\\.nix$" "/(^|/)flake\\.nix$/"
], ],
"commitMessageTopic": "nixpkgs", "commitMessageTopic": "nixpkgs",
"commitMessageExtra": "to {{newValue}}", "commitMessageExtra": "to {{newValue}}",