0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 00:40:48 +08:00

新增 Playwright 包组,包含核心及相关包的匹配规则

This commit is contained in:
严浩
2025-04-18 10:29:06 +08:00
parent 804f597dc9
commit 20b16b9a15

View File

@ -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 更新需要人工确认