mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 06:30:49 +08:00
新增 Renovate 配置文件并更新 default.json5 中 Node.js 版本描述
This commit is contained in:
11
.github/renovate.json5
vendored
Normal file
11
.github/renovate.json5
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"$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": []
|
||||
}
|
Reference in New Issue
Block a user