mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
fix(cargo): add fileMatch
This commit is contained in:
parent
2a6caa9469
commit
99e870a5d9
1 changed files with 1 additions and 0 deletions
|
@ -1134,6 +1134,7 @@ const options = [
|
||||||
enabled: false,
|
enabled: false,
|
||||||
commitMessageTopic: 'Rust crate {{depName}}',
|
commitMessageTopic: 'Rust crate {{depName}}',
|
||||||
managerBranchPrefix: 'rust-',
|
managerBranchPrefix: 'rust-',
|
||||||
|
fileMatch: ['(^|/)Cargo.toml$'],
|
||||||
},
|
},
|
||||||
mergeable: true,
|
mergeable: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue