diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 06013e64aa..13ca6313bd 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -203,18 +203,6 @@ "# renovate: datasource=(?.*?) depName=(?.*?)\\s+.+_VERSION = (?.*)\\s+.+_SHA = (?sha256:[a-f0-9]+)" ] }, - { - "fileMatch": [ - "^defaults/defaults.go$" - ], - // This regex manages image version strings in defaults/defaults.go - // similar to the examples shown here: - // https://docs.renovatebot.com/modules/manager/regex/#advanced-capture - "matchStrings": [ - "\/\/ renovate: datasource=(?.*?)\\s+.+Image = \"(?.*):(?.*)@(?sha256:[a-f0-9]+)\"", - "\/\/ renovate: datasource=(?.*?) depName=(?.*?)\\s+Version = \"(?.*)\"" - ] - }, { "fileMatch": [ "^go\\.mod$"