diff --git a/default.json b/default.json index de0c10e..5e2cca9 100644 --- a/default.json +++ b/default.json @@ -30,7 +30,6 @@ }, { "customType": "regex", - "description": "Update _VERSION variables in Dockerfiles", "fileMatch": ["Dockerfile(.*)"], "matchStrings": [ "# renovate: datasource=(?[a-z-]+?) depName=(?.+?)(?: (?:packageName|lookupName)=(?.+?))?(?: versioning=(?[a-z0-9-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?.+?)\\s" @@ -38,5 +37,4 @@ "extractVersionTemplate": "^v(?.*)$" } ] - }