From 51f69c1e87355aa2b02edfc92b32130d8531eb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 11 Jul 2025 10:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=20Playwright=20=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=8C=85=E6=B7=BB=E5=8A=A0=20playwright-core=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E5=B0=86=E5=8F=91=E5=B8=83=E7=A8=B3=E5=AE=9A=E6=9C=9F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/default.json5 b/default.json5 index 3f63012..205396f 100644 --- a/default.json5 +++ b/default.json5 @@ -82,6 +82,7 @@ "matchPackageNames": [ "mcr.microsoft.com/playwright", // CI 的 Playwright 镜像 "/^@playwright\\//", // 匹配所有 @playwright/ 开头的包,例如 @playwright/test + "playwright-core", // "playwright" // 匹配核心包 playwright ], "minimumReleaseAge": "3 days" // 设置 Playwright 相关包的发布稳定期为 3 天