Files
linux-command/renovate.json
2022-03-05 23:55:03 +08:00

12 lines
148 B
JSON

{
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "replace"
}
]
}