From 72e4918b6950bd901574571e5e519a03949d082e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 21 Jul 2025 13:20:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=20Tauri=20=E7=9B=B8=E5=85=B3=E5=8C=85?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=86=E7=BB=84=EF=BC=8C=E5=B9=B6=E5=B0=86?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=A8=B3=E5=AE=9A=E6=9C=9F=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=BA=203=20=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/default.json5 b/default.json5 index 205396f..f6e5801 100644 --- a/default.json5 +++ b/default.json5 @@ -86,6 +86,19 @@ "playwright" // 匹配核心包 playwright ], "minimumReleaseAge": "3 days" // 设置 Playwright 相关包的发布稳定期为 3 天 + }, + + { + "groupName": "Tauri packages", + "groupSlug": "tauri", + "description": "Group Tauri core and related packages", + "matchPackageNames": [ + "tauri", + "tauri-build", + "/^@tauri-apps\\/", // 匹配所有 @tauri-apps/ 开头的包 + "/^tauri-plugin-/" // 匹配所有 tauri-plugin- 开头的包 + ], + "minimumReleaseAge": "3 days" // 设置 Tauri 相关包的发布稳定期为 3 天 } // major 更新需要人工确认