From 562e621163542b2175e51256370c94206dc373a0 Mon Sep 17 00:00:00 2001 From: Raphael Zimmermann Date: Thu, 12 Dec 2024 14:42:49 +0100 Subject: [PATCH] Update playwright flake with renovate --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index fd5d2ea..b96c9fc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,5 +21,15 @@ ], "automerge": true } + ], + "regexManagers": [ + { + "fileMatch": ["flake\\.nix$"], + "matchStrings": [ + "playwright\\.url\\s*=\\s*\"github:pietdevries94/playwright-web-flake/(?[^\"]+)\";" + ], + "datasourceTemplate": "npm", + "depNameTemplate": "playwright" + } ] } \ No newline at end of file