From 4e7bd8790c7b61bc0be4e2d6d2c38e610dea56eb Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 29 Jan 2021 13:19:34 +0100 Subject: [PATCH] allow Dockerfiles on different locations --- docker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.json b/docker.json index 689b706..6d81426 100644 --- a/docker.json +++ b/docker.json @@ -22,7 +22,7 @@ ], "regexManagers": [ { - "fileMatch": ["^Dockerfile$"], + "fileMatch": ["Dockerfile"], "matchStrings": [ "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?.*)}\"\\s" ]