diff --git a/renovate/default.json b/renovate/default.json index e1eab05..e62a9aa 100644 --- a/renovate/default.json +++ b/renovate/default.json @@ -40,7 +40,7 @@ }, { "customType": "regex", - "fileMatch": ["(.+\\.tf|Makefile)$"], + "fileMatch": ["(.+\\.tf|.+\\.toml|Makefile)$"], "matchStrings": [ "(?::|=) \"(?.+)\" # renovate: datasource=(?[a-z-]+) depName=(?[^\\s]+)(?: lookupName=(?[^\\s]+))?(?: versioning=(?[a-z-]+))?(?: extractVersion=(?[^\\s]+))?" ]