diff --git a/.github/renovate/special/customVersioning.json5 b/.github/renovate/special/customVersioning.json5 index ea408b2c506..3072ade2205 100644 --- a/.github/renovate/special/customVersioning.json5 +++ b/.github/renovate/special/customVersioning.json5 @@ -19,6 +19,12 @@ "matchPackagePatterns": ["docker.io/minio/minio"], "versioning": "regex:^RELEASE\\.(?\\d+)-(?\\d+)-(?\\d+)T.*Z$" }, + { + "description": ["Custom versioning for glances"], + "matchDatasources": ["docker"], + "matchPackagePatterns": ["docker.io/nicolargo/glances"], + "versioning": "regex:^ubuntu\\-(?\\d+)\\.(?\\d+)\\.(?\\d+)\\.(?\\d+)-full$" + }, { "matchDatasources": ["docker"], "matchPackagePatterns": ["docker.io/kopia/kopia"],