更新 renovate.json
All checks were successful
CI / cache-and-install (push) Successful in 36s

This commit is contained in:
2024-09-29 09:07:31 +08:00
parent 1256f149b8
commit 803856257a

View File

@ -1,26 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"mergeConfidence:all-badges",
"group:allNonMajor",
":semanticCommitTypeAll(chore)",
":disableDependencyDashboard",
":automergeMinor",
"customManagers:dockerfileVersions",
"customManagers:githubActionsVersions"
],
"forkProcessing": "enabled",
"rangeStrategy": "bump",
"labels": [
"dependencies"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"stabilityDays": 7
}
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5"
]
}