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"