mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 06:50:48 +08:00
更新 default.json5 和 renovate.json5,移除不必要的匹配字符串和修复文件末尾缺少换行符
This commit is contained in:
@ -44,13 +44,11 @@
|
||||
"datasourceTemplate": "npm",
|
||||
"depNameTemplate": "semantic-release"
|
||||
},
|
||||
/* === use-node-version=20.18.0 === */
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update Node.js version configured in `.npmrc`. match `use-node-version=22.9.0`",
|
||||
"fileMatch": [
|
||||
"^\\.npmrc$",
|
||||
"^default\\.json5$"
|
||||
"^\\.npmrc$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"use-node-version=(?<currentValue>.*?)\\s"
|
||||
|
@ -10,4 +10,4 @@
|
||||
// "docker:pinDigests",
|
||||
],
|
||||
"dependencyDashboard": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user