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

Closed
renovate wants to merge 1 commit from renovate/migrate-config into main

View file

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