72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"ignorePaths": [
|
|
"kubernetes/cluster/production/flux-system/gotk-components.yaml"
|
|
],
|
|
"flux": {
|
|
"fileMatch": [
|
|
"(^|/)kubernetes/.+\\.ya?ml$"
|
|
]
|
|
},
|
|
"helmv3": {
|
|
"fileMatch": [
|
|
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
|
|
]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"authentik"
|
|
],
|
|
"registryUrls": [
|
|
"https://charts.goauthentik.io"
|
|
]
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"ingress-nginx"
|
|
],
|
|
"registryUrls": [
|
|
"https://kubernetes.github.io/ingress-nginx"
|
|
]
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"reflector"
|
|
],
|
|
"registryUrls": [
|
|
"https://emberstack.github.io/helm-charts"
|
|
]
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"app-template"
|
|
],
|
|
"registryUrls": [
|
|
"https://bjw-s.github.io/helm-charts"
|
|
]
|
|
}
|
|
],
|
|
"kubernetes": {
|
|
"fileMatch": [
|
|
"(^|/)kubernetes/.+\\.ya?ml$"
|
|
]
|
|
},
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"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"
|
|
}
|