From b2d019aa266c771f3cb74f46742adb6ee922b96c Mon Sep 17 00:00:00 2001 From: phm07 <22707808+phm07@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:55:01 +0100 Subject: [PATCH] fix(renovate): allow spaces before comment --- renovate/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate/default.json b/renovate/default.json index e62a9aa..8e56cbf 100644 --- a/renovate/default.json +++ b/renovate/default.json @@ -35,14 +35,14 @@ "customType": "regex", "fileMatch": ["(.+\\.ya?ml|Makefile)$"], "matchStrings": [ - "(?::|=) (?.+) # renovate: datasource=(?[a-z-]+) depName=(?[^\\s]+)(?: lookupName=(?[^\\s]+))?(?: versioning=(?[a-z-]+))?(?: extractVersion=(?[^\\s]+))?" + "(?::|=) (?.+) +# renovate: datasource=(?[a-z-]+) depName=(?[^\\s]+)(?: lookupName=(?[^\\s]+))?(?: versioning=(?[a-z-]+))?(?: extractVersion=(?[^\\s]+))?" ] }, { "customType": "regex", "fileMatch": ["(.+\\.tf|.+\\.toml|Makefile)$"], "matchStrings": [ - "(?::|=) \"(?.+)\" # renovate: datasource=(?[a-z-]+) depName=(?[^\\s]+)(?: lookupName=(?[^\\s]+))?(?: versioning=(?[a-z-]+))?(?: extractVersion=(?[^\\s]+))?" + "(?::|=) \"(?.+)\" +# renovate: datasource=(?[a-z-]+) depName=(?[^\\s]+)(?: lookupName=(?[^\\s]+))?(?: versioning=(?[a-z-]+))?(?: extractVersion=(?[^\\s]+))?" ] } ]