From 5cb1c1145b20b0fc68a2c2eb101c2c180a343471 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 19 Nov 2024 11:08:11 -0600 Subject: [PATCH] ci(renovate): Allow _VERSION or _VER --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index eacaed1524b..430da386501 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -23,7 +23,7 @@ "(^|/)action\\.ya?ml$" ], "matchStrings": [ - "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (?:lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: extractVersion=(?[^\\s]+?))?\\s+[A-Za-z0-9_]+?_VERSION\\s*:\\s*[\"']?(?.+?)[\"']?\\s" + "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (?:lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: extractVersion=(?[^\\s]+?))?\\s+[A-Za-z0-9_]+?_VER(SION)?\\s*:\\s*[\"']?(?.+?)[\"']?\\s" ] } ]