chore: update renovate.json

This commit is contained in:
jaywcjlove
2022-09-02 01:32:48 +08:00
parent 92db8dd11a
commit 61649a29da

View File

@@ -1,6 +1,10 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:base"],
"config:base" "packageRules": [
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "replace"
}
] ]
} }