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]+))?" ] } ]