0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 04:30:48 +08:00

minimumReleaseAge 顺序。

This commit is contained in:
严浩
2025-04-20 13:54:18 +08:00
parent fd779c3606
commit 9ece7d955c

View File

@ -23,6 +23,8 @@
"rangeStrategy": "bump", "rangeStrategy": "bump",
"internalChecksFilter": "none", // https://docs.renovatebot.com/configuration-options/#internalchecksfilter "internalChecksFilter": "none", // https://docs.renovatebot.com/configuration-options/#internalchecksfilter
"packageRules": [ "packageRules": [
{ "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] },
// It's easier to deal with all the Vite plugins at once when Vite ships a new major version // It's easier to deal with all the Vite plugins at once when Vite ships a new major version
{ "groupName": "vite packages", "extends": ["packages:vite"] }, { "groupName": "vite packages", "extends": ["packages:vite"] },
@ -80,9 +82,7 @@
"playwright" // 匹配核心包 playwright "playwright" // 匹配核心包 playwright
], ],
"minimumReleaseAge": "3 days" // 设置 Playwright 相关包的发布稳定期为 3 天 "minimumReleaseAge": "3 days" // 设置 Playwright 相关包的发布稳定期为 3 天
}, }
{ "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] }
// major 更新需要人工确认 // major 更新需要人工确认
// { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true }, // { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true },