From e77152ec87e623173431b6952e8d62fcdedb6ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 16 Oct 2025 16:34:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(deps):=20=E6=B7=BB=E5=8A=A0=20wrangler=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=BB=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.json5 b/default.json5 index 0cdba8d..42ebeb5 100644 --- a/default.json5 +++ b/default.json5 @@ -103,7 +103,9 @@ "/^tauri-plugin-/" // 匹配所有 tauri-plugin- 开头的包 ], "minimumReleaseAge": "3 days" // 设置 Tauri 相关包的发布稳定期为 3 天 - } + }, + + { "groupName": "wrangler", "description": "Group all wrangler-related dependencies", "matchPackageNames": [ "wrangler" ], "minimumReleaseAge": "3 days" } // major 更新需要人工确认 // { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true },