diff --git a/default.json b/default.json index 66fd367..add6942 100644 --- a/default.json +++ b/default.json @@ -90,7 +90,8 @@ "datasourceTemplate": "custom.nginx-plus", "description": "Update NGINX Plus version in Dockerfiles", "fileMatch": [ - "(^|/)Dockerfile$" + "(^|/)Dockerfile$", + "(^|/)Dockerfile\\.[^/]*$" ], "matchStrings": [ "# renovate: datasource=(?[a-z-]+?) depName=(?.+?)(?: (?:packageName|lookupName)=(?.+?))?(?: versioning=(?[a-z-]+?))?\\sNGINX_PLUS_VERSION=(?.+?)\\s"