0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 04:30:48 +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

View File

@ -5,5 +5,7 @@
":automergeAll",
// ":automergeMinor",
":disableDependencyDashboard" // https://docs.renovatebot.com/presets-default/#disabledependencydashboard
]
}
],
"ignoreDeps": [],
"ignorePaths": []
}

View File

@ -87,7 +87,7 @@
},
{
"customType": "regex",
"description": "Update Node.js version configured in `.npmrc`. match `use-node-version=22.9.0`",
"description": "更新 .npmrc 中配置的 Node.js 版本。匹配 use-node-version=22.9.0",
"fileMatch": [ "^\\.npmrc$" , "^default\\.json5$" ],
"matchStrings": [ "use-node-version=(?<currentValue>.*?)\\s" ],
"datasourceTemplate": "node",