From fd779c3606293c1c7f417291647d812c434df92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 18 Apr 2025 13:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E7=B1=BB=E5=9E=8B=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=A1=B9=E7=9A=84=E6=9C=80=E4=BD=8E=E5=8F=91=E5=B8=83=E5=B9=B4?= =?UTF-8?q?=E9=BE=84=E9=99=90=E5=88=B6=E4=BB=8E=203=20=E5=A4=A9=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=201=20=E5=A4=A9=EF=BC=8C=E5=B9=B6=E4=B8=BA?= =?UTF-8?q?=20Playwright=20=E7=9B=B8=E5=85=B3=E5=8C=85=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=9C=80=E4=BD=8E=E5=8F=91=E5=B8=83=E5=B9=B4=E9=BE=84=E4=B8=BA?= =?UTF-8?q?=203=20=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/default.json5 b/default.json5 index 751f52f..b40e2d8 100644 --- a/default.json5 +++ b/default.json5 @@ -41,7 +41,7 @@ { "groupName": "github-actions", "matchManagers": [ "github-actions" ] }, { "groupName": "Dockerfile", "matchManagers": [ "dockerfile" ] }, - { "groupName": "types", "matchPackageNames": [ "/^@types//" ], "minimumReleaseAge": "3 days" }, + { "groupName": "types", "matchPackageNames": [ "/^@types//" ], "minimumReleaseAge": "1 days" }, // https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b { @@ -76,9 +76,10 @@ "description": "Group Playwright core and related packages", "matchPackageNames": [ "mcr.microsoft.com/playwright", // CI 的 Playwright 镜像 - "playwright", // 匹配核心包 playwright - "/^@playwright\\//" // 匹配所有 @playwright/ 开头的包,例如 @playwright/test - ] + "/^@playwright\\//", // 匹配所有 @playwright/ 开头的包,例如 @playwright/test + "playwright" // 匹配核心包 playwright + ], + "minimumReleaseAge": "3 days" // 设置 Playwright 相关包的发布稳定期为 3 天 }, { "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] }