From 20b16b9a15bbf8f3b8abcc1061e8f1042e72c67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 18 Apr 2025 10:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20Playwright=20=E5=8C=85?= =?UTF-8?q?=E7=BB=84=EF=BC=8C=E5=8C=85=E5=90=AB=E6=A0=B8=E5=BF=83=E5=8F=8A?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=8C=85=E7=9A=84=E5=8C=B9=E9=85=8D=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/default.json5 b/default.json5 index 2f9c4e2..751f52f 100644 --- a/default.json5 +++ b/default.json5 @@ -70,6 +70,17 @@ // "automergeType": "branch" }, + { + "groupName": "Playwright packages", + "groupSlug": "playwright", + "description": "Group Playwright core and related packages", + "matchPackageNames": [ + "mcr.microsoft.com/playwright", // CI 的 Playwright 镜像 + "playwright", // 匹配核心包 playwright + "/^@playwright\\//" // 匹配所有 @playwright/ 开头的包,例如 @playwright/test + ] + }, + { "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] } // major 更新需要人工确认