From 19547dbf633c495e87b12bc38cf9b2c747a4f71a 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 59c6771..f132bf1 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" ] } ],