From b7d0447e957ed2a35a0ff00b775dddc9debf0f06 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Sat, 12 Oct 2024 12:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E7=9B=91=E6=8E=A7=20Minio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 08b525f8c..9cc26f183 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -119,11 +119,12 @@ "^docker-compose\\.yml$" ], "matchStrings": [ - "minio/minio:(?RELEASE\\.[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}-[0-9]{2}-[0-9]{2}Z)" + "minio/minio:(?RELEASE\\.[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}-[0-9]{2}-[0-9]{2}Z)" ], "datasourceTemplate": "docker", "versioningTemplate": "loose", - "extractVersionTemplate": "^(?.*)$" + "depNameTemplate": "minio/minio", + "currentValueTemplate": "{{{currentValue}}}" } ], "prCreation": "immediate"