From 9b47a7c657b49f18efc7be89adac565fbd3294a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 5 Nov 2024 12:32:51 +0100 Subject: [PATCH] chore: loosen dockerfile match --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index af1a003..29b1480 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -94,7 +94,7 @@ { "customType": "regex", "fileMatch": [ - "^Dockerfile$" + "^.*Dockerfile$" ], "matchStrings": [ "ENV WEBLATE_VERSION=(?.*?)\\n" @@ -106,7 +106,7 @@ { "customType": "regex", "fileMatch": [ - "^Dockerfile$" + "^.*Dockerfile$" ], "matchStrings": [ "ENV UV_VERSION=(?.*?)\\n"