From 4967dfe89346b9e669884438ebc42a4eb8fd492c Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 18 Jul 2024 12:02:37 +0200 Subject: [PATCH] [renovate] fix: renovate config --- default.json | 2 -- 1 file changed, 2 deletions(-) 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(?.*)$" } ] - }