kxio/renovate.json

10 lines
209 B
JSON
Raw Permalink Normal View History

2024-04-08 14:30:57 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchManagers": ["cargo"],
"rangeStrategy": "replace"
}
2024-04-08 14:30:57 +00:00
]
}