Files
solid-ts-example/renovate.json
gitea_1-h.cc 8128742454
All checks were successful
CI / cache-and-install (push) Successful in 50s
更新 renovate.json
2025-04-20 14:13:22 +08:00

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": ["*"] }
]
}