0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 01:20:48 +08:00
Files
renovate-example/renovate.json5
2024-10-09 15:33:44 +08:00

13 lines
371 B
Plaintext

{
"$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": true
}