kxio/renovate.json

10 lines
209 B
JSON
Raw Normal View History

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