fix llama-swap auto update
ci/woodpecker/push/flux-reconcile-source Pipeline was successful

This commit is contained in:
2026-05-21 19:32:55 +02:00
parent 0968f82345
commit 550826c64d
+5 -1
View File
@@ -15,7 +15,11 @@
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/mostlygeek/llama-swap"],
"versioning": "regex:^unified-vulkan-(?<patch>[0-9]{4}[0-9]{2}[0-9]{2})$"
"versioning": "loose",
"matchCurrentVersion": "/^unified-vulkan-/",
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"matchUpdateTypes": ["patch"],