From 94aabbb299349a98a85a768f8de1179e1fe72250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 19:31:27 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5867a2f9..ea023edf 100644 --- a/renovate.json +++ b/renovate.json @@ -34,7 +34,9 @@ { "customType": "regex", "description": "Update the Playwright Docker image pinned in the E2E workflow", - "fileMatch": ["^\\.github/workflows/e2e-playwright\\.yml$"], + "managerFilePatterns": [ + "/^\\.github/workflows/e2e-playwright\\.yml$/" + ], "matchStrings": [ "PLAYWRIGHT_IMAGE:\\s+(?mcr\\.microsoft\\.com/playwright):(?v\\d+\\.\\d+\\.\\d+-noble)" ],