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"