26 lines
870 B
JSON
26 lines
870 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"flux": {
|
|
"fileMatch": ["kubernetes/.+\\.ya?ml$"]
|
|
},
|
|
"helmv3": {
|
|
"registryAliases": {
|
|
"authentik": "https://charts.goauthentik.io",
|
|
"ingress-nginx": "https://kubernetes.github.io/ingress-nginx",
|
|
"reflector": "https://emberstack.github.io/helm-charts"
|
|
},
|
|
"fileMatch": ["kubernetes/apps/.+/helmrelease\\.ya?ml$"]
|
|
},
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["kubernetes/apps/.+/helmrelease\\.ya?ml$"],
|
|
"matchStrings": [
|
|
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*[\"']?(?<currentValue>[0-9a-zA-Z\\.\\-]+)[\"']?"
|
|
],
|
|
"datasourceTemplate": "helm",
|
|
"versioningTemplate": "semver"
|
|
}
|
|
],
|
|
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
|
|
}
|