From 9ece7d955c23cf65a3f6f9d7b0a4a6df6a326762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 20 Apr 2025 13:54:18 +0800 Subject: [PATCH] =?UTF-8?q?minimumReleaseAge=20=E9=A1=BA=E5=BA=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.json5 b/default.json5 index b40e2d8..0178d94 100644 --- a/default.json5 +++ b/default.json5 @@ -23,6 +23,8 @@ "rangeStrategy": "bump", "internalChecksFilter": "none", // https://docs.renovatebot.com/configuration-options/#internalchecksfilter "packageRules": [ + { "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] }, + // 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"] }, @@ -80,9 +82,7 @@ "playwright" // 匹配核心包 playwright ], "minimumReleaseAge": "3 days" // 设置 Playwright 相关包的发布稳定期为 3 天 - }, - - { "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] } + } // major 更新需要人工确认 // { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true },