diff --git a/.github/renovate/special/customVersioning.json5 b/.github/renovate/special/customVersioning.json5 index a42981aa2cd..4e75e72e6d7 100644 --- a/.github/renovate/special/customVersioning.json5 +++ b/.github/renovate/special/customVersioning.json5 @@ -228,7 +228,12 @@ matchDatasources: ["docker"], versioning: "regex:^latest-(?\\d+)\\.(?\\d+)\\.(?\\d+)$", matchPackageNames: ["registry.gitlab.com/gitlab-org/gitlab-runner"], -} +}, + { + "matchDatasources": ["docker"], + "matchPackageNames": ["alicevision/meshroom"], + "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)$" + } ]