even more renovate shenanigans

This commit is contained in:
2025-10-16 14:18:09 +02:00
parent 00b1469ece
commit c0befeacc2

View File

@@ -2,7 +2,13 @@
"hostRules": [
{
"hostType": "docker",
"matchHost": "git.kluster.moll.re",
"matchHost": "git.kluster.moll.re"
}
],
"packageRules": [
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-build.(?<build>\\d+)$"
}
]
}