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

Initial commit

This commit is contained in:
严浩
2024-10-09 15:19:29 +08:00
commit dcd37fc7c4
9 changed files with 7063 additions and 0 deletions

13
renovate.json5 Normal file
View File

@ -0,0 +1,13 @@
{
"$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
}