revert renovate try base config
This commit is contained in:
Matt Reeves 2025-02-13 01:28:33 -05:00
parent 4781273871
commit 0e1ba5566d

View file

@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
@ -24,6 +24,11 @@
}
],
"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$"
]