10 lines
209 B
JSON
10 lines
209 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": ["config:recommended"],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchManagers": ["cargo"],
|
||
|
"rangeStrategy": "replace"
|
||
|
}
|
||
|
]
|
||
|
}
|