mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 01:40:49 +08:00
11 lines
368 B
Plaintext
11 lines
368 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5",
|
|
":automergeAll",
|
|
// ":automergeMinor",
|
|
":disableDependencyDashboard" // https://docs.renovatebot.com/presets-default/#disabledependencydashboard
|
|
],
|
|
"ignoreDeps": [],
|
|
"ignorePaths": []
|
|
} |