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"