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