mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-15 19:51:20 +08:00
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["*"],
|
|
"rangeStrategy": "replace"
|
|
}
|
|
]
|
|
}
|