mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +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,
|
||||
commitMessageTopic: 'Rust crate {{depName}}',
|
||||
managerBranchPrefix: 'rust-',
|
||||
fileMatch: ['(^|/)Cargo.toml$'],
|
||||
},
|
||||
mergeable: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue