From f96d41890c1e6d05b2a68a1a218c323707a66e02 Mon Sep 17 00:00:00 2001 From: steled Date: Fri, 27 Dec 2024 16:33:45 +0100 Subject: [PATCH] filematch update --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e82fe01..af848c7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,7 +14,7 @@ { "customType": "regex", "fileMatch": [ - "(^|/)*\\.tf$" + "\\.tf$" ], "matchStrings": [ "\\s*# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (?:packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: extractVersion=(?[^\\s]+?))?(?: registryUrl=(?[^\\s]+?))?\\s+[A-Za-z0-9_]+?_(VERSION|version)\\s*:*\\??=\\s*[\"']?(?.+?)[\"']?\\s"