0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 21:30:48 +08:00

更新默认配置

This commit is contained in:
严浩
2025-02-07 10:30:28 +08:00
parent c10c0e503f
commit 1f82e4e9d0
2 changed files with 13 additions and 21 deletions

View File

@ -2,12 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5",
// "schedule:weekly",
// ":disablePeerDependencies",
// ":disableMajorUpdates",
":automergeAll",
// ":automergeMinor",
// "docker:pinDigests",
],
"dependencyDashboard": false
":disableDependencyDashboard" // https://docs.renovatebot.com/presets-default/#disabledependencydashboard
]
}