reference/renovate.json

11 lines
206 B
JSON
Raw Normal View History

2022-09-26 11:47:57 +08:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2022-09-28 00:58:08 +08:00
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "replace"
}
2022-09-26 11:47:57 +08:00
]
}