diff --git a/.github/renovate/special/customVersioning.json5 b/.github/renovate/special/customVersioning.json5 index 8fc02dba012..2dd98e84ff2 100644 --- a/.github/renovate/special/customVersioning.json5 +++ b/.github/renovate/special/customVersioning.json5 @@ -44,7 +44,7 @@ // Duplicated below "matchDatasources": ["docker"], "versioning": "regex:^v(?\\d+)-(?\\d+)$", - "matchPackagePrefixes": ["jupyter"] + "matchPackagePrefixes": ["quay.io/jupyter"] }, { // Not found in respository - alternative package used - 2025-02-01 @@ -60,7 +60,7 @@ { "matchDatasources": ["docker"], "versioning": "regex:^(?\\d+)-(?\\d+)-(?\\d+)$", - "matchPackagePatterns": ["^jupyter\\/.+$"] + "matchPackagePatterns": ["^quay.io/jupyter\\/.+$"] }, { // Not found in repository 2025-02-01