From b5872647ec134ba8eb7e8fb52b82a045bec0bff4 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 18 Oct 2024 22:24:53 +0200 Subject: [PATCH] meshroom tweak --- .github/renovate/special/customVersioning.json5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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+)$" + } ]