10 lines
261 B
JSON
10 lines
261 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5"
|
|
],
|
|
"packageRules": [
|
|
{ "minimumReleaseAge": "1 days", "matchPackageNames": ["*"] }
|
|
]
|
|
}
|