ci(renovate): group playwright npm and docker image together (#4794)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Amir Raminfar
2026-06-19 09:06:28 -07:00
committed by GitHub
parent ff0f855cf6
commit 853f46deb4
+7 -1
View File
@@ -3,5 +3,11 @@
"extends": ["config:recommended", "schedule:weekly", "group:allNonMajor", ":automergeMinor"],
"rangeStrategy": "bump",
"minimumReleaseAge": "24 hours",
"ignoreDeps": []
"ignoreDeps": [],
"packageRules": [
{
"matchPackageNames": ["@playwright/test", "mcr.microsoft.com/playwright"],
"groupName": "playwright"
}
]
}