switch to semver so that renovate is happy
All checks were successful
Build container / Build (push) Successful in 35s

This commit is contained in:
2025-07-30 12:02:12 +02:00
parent 7b91ddbcb8
commit 5e514bcc20
3 changed files with 17 additions and 16 deletions

View File

@@ -1,18 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"regexManagers": [
{
"fileMatch": ["kustomization\\.yaml"],
"matchStrings": [
"- name:\\s*(?<depName>\\S+)\\s*\\n\\s*newName:\\s*(?<lookupName>\\S+)\\s*\\n\\s*newTag:\\s*(?<currentValue>[a-f0-9]{7,40})"
],
"datasourceTemplate": "docker",
"versioningTemplate": "loose",
"extractVersionTemplate": "{{ currentValue }}",
"lookupNameTemplate": "{{ lookupName }}"
},
],
"packageRules": [
// Fully automatically update the container version referenced in the deployment
{
@@ -24,8 +12,6 @@
"registryUrls": [
"https://git.kluster.moll.re"
],
// Since the images use the commit sha as their tag, simply match any tag
"versioning": "regex:(.*)"
}
],
}