This commit is contained in:
严浩
2024-09-30 14:13:23 +08:00
committed by mini2024
commit b821c98ddd
18 changed files with 1043 additions and 0 deletions

17
renovate.json Normal file
View File

@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5",
":automergeAll"
],
"dependencyDashboard": false,
"packageRules": [
{ "minimumReleaseAge": "1 days", "matchPackageNames": [ "*" ] }
],
"ignoreDeps": [],
"ignorePaths": [
"package.json",
".npmrc",
"Dockerfile.test"
]
}