chore(deps): prevent renovate from creating pointless PRs
Signed-off-by: kemitix <kemitix@noreply.kemitix.net>
This commit is contained in:
parent
5e1378d536
commit
82e346e683
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
"extends": ["config:recommended"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["cargo"],
|
||||
"rangeStrategy": "replace"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue