0
0
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:
mini2024
2025-03-25 23:09:46 +08:00
parent e9e9a94009
commit a348916b58
2 changed files with 5 additions and 3 deletions

11
.github/renovate.json5 vendored Normal file
View 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": []
}