From 5047c596eefda4e98e4a5a5cb0aaed258f561583 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 1 Feb 2025 12:01:05 +0100 Subject: [PATCH] fix(renovate): try docker.io prefix for metube Signed-off-by: Kjeld Schouten --- .github/renovate/special/customVersioning.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate/special/customVersioning.json5 b/.github/renovate/special/customVersioning.json5 index 6bc401499d3..76e21e7edaf 100644 --- a/.github/renovate/special/customVersioning.json5 +++ b/.github/renovate/special/customVersioning.json5 @@ -177,7 +177,7 @@ { "matchDatasources": ["docker"], "versioning": "regex:^(?\\d+)-(?\\d+)-(?\\d+)$", - "matchPackageNames": ["alexta69/metube"] + "matchPackageNames": ["docker.io/alexta69/metube"] }, { "matchDatasources": ["docker"],