From 962d267a2d1c26d11b1b5de81f224bb3b66f2303 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 23 Oct 2020 09:59:12 +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" ] } ]