switch to semver so that renovate is happy
All checks were successful
Build container / Build (push) Successful in 35s
All checks were successful
Build container / Build (push) Successful in 35s
This commit is contained in:
@@ -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:(.*)"
|
||||
}
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user