mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 07:10:50 +08:00
新增 Renovate 配置文件并更新 default.json5 中 Node.js 版本描述
This commit is contained in:
@ -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