From bd97a1057ff8785ab119a4e11dc091575fbca34c Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:15:17 -0400 Subject: [PATCH] chore(renovate): group playwright npm packages and docker --- renovate.json5 | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index b89763e653c..b24fbcb7d90 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -38,21 +38,16 @@ ] }, { - matchDatasources: ["npm"], - matchPackagePatterns: ["@playwright/test", "@axe-core/playwright"], groupName: "playwright", - matchFileNames: [ - "core/package.json" - ], - "rangeStrategy": "bump" - }, - { - matchDatasources: ["docker"], - matchPackageNames: ["mcr.microsoft.com/playwright"], - groupName: "playwright", - matchFileNames: [ - "core/Dockerfile" + matchPackageNames: [ + "@playwright/test", + "@axe-core/playwright", + "mcr.microsoft.com/playwright" ], + matchDatasources: ["npm", "docker"], + matchFileNames: ["core/package.json", "core/Dockerfile"], + allowedVersions: "/^\\d+\\.\\d+\\.\\d+$/", + rangeStrategy: "bump", versioning: "semver" }, {