From a5bc019fe183a18bdebd658208645e5123e9a8aa Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 11 Feb 2026 09:35:57 +0100 Subject: [PATCH] chore(renovate): group playwright npm package and docker image together --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index ef929d1ed..ad9041050 100644 --- a/renovate.json +++ b/renovate.json @@ -60,6 +60,13 @@ "schedule:daily" ] }, + { + "groupName": "playwright", + "matchPackageNames": [ + "@playwright/{/,}**", + "mcr.microsoft.com/playwright" + ] + }, { "matchCategories": [ "github-actions",