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)" ],