From 6d6538c19a048acbdca2af4c4d2b15864e5bda00 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 23 Oct 2020 09:59:13 +0200 Subject: [PATCH] [skip ci] adjust regex patterns --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d051e16..8c9435f 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,7 @@ { "fileMatch": ["^Dockerfile$"], "matchStrings": [ - "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\sENV .*?_VERSION=\"\\${.*:-(?.*)}\"\\s" + "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?.*)}\"\\s" ] } ]