chore(config): migrate config renovate.json
This commit is contained in:
parent
b9fdb04fb9
commit
0913b6ddf5
1 changed files with 4 additions and 4 deletions
|
@ -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}}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue