mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 04:30:48 +08:00
新增 Playwright 包组,包含核心及相关包的匹配规则
This commit is contained in:
@ -70,6 +70,17 @@
|
|||||||
// "automergeType": "branch"
|
// "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": [ "*" ] }
|
{ "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] }
|
||||||
|
|
||||||
// major 更新需要人工确认
|
// major 更新需要人工确认
|
||||||
|
Reference in New Issue
Block a user