From 464cba5f5169fd6f1f453404553ee0028a06ce6a Mon Sep 17 00:00:00 2001 From: phm07 <22707808+phm07@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:09:08 +0100 Subject: [PATCH] feat(renovate): match .toml files with customManager --- renovate/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]+))?" ]