mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 07:10:50 +08:00
更新 renovate 依赖项至 v40.11.7,并调整配置文件中的 fileMatch 为 managerFilePatterns
This commit is contained in:
@ -96,7 +96,7 @@
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update semantic-release version used by npx",
|
||||
"fileMatch": [ "^\\.github/workflows/[^/]+\\.ya?ml$", "^default\\.json5$" ],
|
||||
"managerFilePatterns": [ "^\\.github/workflows/[^/]+\\.ya?ml$", "^default\\.json5$" ],
|
||||
"matchStrings": [ "\\srun: npx semantic-release@(?<currentValue>.*?)\\s" ],
|
||||
"datasourceTemplate": "npm",
|
||||
"depNameTemplate": "semantic-release"
|
||||
@ -104,7 +104,7 @@
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "更新 .npmrc 中配置的 Node.js 版本。匹配 use-node-version=22.9.0",
|
||||
"fileMatch": [ "^\\.npmrc$" , "^default\\.json5$" ],
|
||||
"managerFilePatterns": [ "^\\.npmrc$" , "^default\\.json5$" ],
|
||||
"matchStrings": [ "use-node-version=(?<currentValue>.*?)\\s" ],
|
||||
"datasourceTemplate": "node",
|
||||
"depNameTemplate": "node"
|
||||
|
Reference in New Issue
Block a user