Update renovate.json5
All checks were successful
Build container / Build (push) Successful in 50s

This commit is contained in:
2025-07-29 22:22:49 +00:00
parent 8583ccd249
commit 53071959d3

View File

@@ -8,10 +8,12 @@
"automerge": true,
"automergeType": "branch",
"ignoreTests": true,
"commitMessagePrefix": "[skip ci]"
"commitMessagePrefix": "[skip ci]",
"registryUrls": [
"https://git.kluster.moll.re"
]
],
// Since the images use the commit sha as their tag, simply match any tag
"versioning": "regex:(.*)"
}
],
}