Update customVersioning.json5

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-02-08 22:05:05 +01:00
committed by GitHub
parent b7886035ba
commit e489a96148
@@ -44,7 +44,7 @@
// Duplicated below // Duplicated below
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"versioning": "regex:^v(?<major>\\d+)-(?<minor>\\d+)$", "versioning": "regex:^v(?<major>\\d+)-(?<minor>\\d+)$",
"matchPackagePrefixes": ["jupyter"] "matchPackagePrefixes": ["quay.io/jupyter"]
}, },
{ {
// Not found in respository - alternative package used - 2025-02-01 // Not found in respository - alternative package used - 2025-02-01
@@ -60,7 +60,7 @@
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)$", "versioning": "regex:^(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)$",
"matchPackagePatterns": ["^jupyter\\/.+$"] "matchPackagePatterns": ["^quay.io/jupyter\\/.+$"]
}, },
{ {
// Not found in repository 2025-02-01 // Not found in repository 2025-02-01