From ee871ed02895f395c088d99b9507ceba2cb1f122 Mon Sep 17 00:00:00 2001 From: Brandy Smith Date: Fri, 27 Jun 2025 16:08:40 -0400 Subject: [PATCH] chore(renovate): separate docker & npm playwright updates (#30515) Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> --- renovate.json5 | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 02e680cba2..672f8fc461 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -30,15 +30,21 @@ ] }, { + matchDatasources: ["npm"], + matchPackagePatterns: ["@playwright/test", "@axe-core/playwright"], groupName: "playwright", - matchPackageNames: [ - "@playwright/test", - "@axe-core/playwright", - "mcr.microsoft.com/playwright" + matchFileNames: [ + "core/package.json" + ], + "rangeStrategy": "bump" + }, + { + matchDatasources: ["docker"], + matchPackageNames: ["mcr.microsoft.com/playwright"], + groupName: "playwright", + matchFileNames: [ + "core/Dockerfile" ], - matchDatasources: ["npm", "docker"], - matchFileNames: ["core/package.json", "core/Dockerfile"], - rangeStrategy: "bump", versioning: "semver" }, {