Update customVersioning.json5

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-02-08 22:57:59 +01:00
committed by GitHub
parent 7790af2882
commit 3e56a7d3d6
@@ -244,6 +244,11 @@
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/alicevision/meshroom"],
"versioning": "regex:^version-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
},
{
"matchDataSources": ["docker"],
"matchPackagePrefixes": ["docker.io/remie/yourtransfer"],
"enabled": false
}
]
}