diff --git a/.github/renovate/versioning.json5 b/.github/renovate/versioning.json5 index 4167d371..2210083d 100644 --- a/.github/renovate/versioning.json5 +++ b/.github/renovate/versioning.json5 @@ -22,6 +22,12 @@ matchDatasources: ["docker"], matchPackageNames: ["ghcr.io/mendhak/http-https-echo"], versioning: "regex:^(?\\d+)$", + }, + { + "description": ["Custom versioning for minio"], + "matchDatasources": ["docker"], + "matchPackagePatterns": ["minio"], + "versioning": "regex:^RELEASE\\.(?\\d+)-(?\\d+)-(?\\d+)T.*Z$" } ], -} \ No newline at end of file +}