From 955d0fdfec523f92767da2a6fc61ca1e77803a8b Mon Sep 17 00:00:00 2001 From: gazwald Date: Sat, 28 Oct 2023 08:56:10 +1100 Subject: [PATCH] Wrong file --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 825f430..056e9da 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ "customType": "regex", "fileMatch": [ "^Dockerfile$", - "^scripts\/set-github-env$", + "^scripts\/set-env$", ], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: registryUrl=(?[^\\s]+?))?\\s(?:ENV|ARG|export) .+?_VERSION[ =]\"?(?.+?)\"?\\s"