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:
4
renovate.json5 → .github/renovate.json5
vendored
4
renovate.json5 → .github/renovate.json5
vendored
@ -5,5 +5,7 @@
|
||||
":automergeAll",
|
||||
// ":automergeMinor",
|
||||
":disableDependencyDashboard" // https://docs.renovatebot.com/presets-default/#disabledependencydashboard
|
||||
]
|
||||
],
|
||||
"ignoreDeps": [],
|
||||
"ignorePaths": []
|
||||
}
|
@ -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",
|
||||
|
Reference in New Issue
Block a user