Skip to content

Commit 0e1ba55

Browse files
author
mafyuh
committedFeb 13, 2025
revert c4ba12b
revert renovate try base config
1 parent 4781273 commit 0e1ba55

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.github/renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"packageRules": [
77
{
@@ -24,6 +24,11 @@
2424
}
2525
],
2626
"helmv3": {
27+
"registryAliases": {
28+
"authentik": "https://charts.goauthentik.io",
29+
"ingress-nginx": "https://kubernetes.github.io/ingress-nginx",
30+
"reflector": "https://emberstack.github.io/helm-charts"
31+
},
2732
"fileMatch": [
2833
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
2934
]

0 commit comments

Comments
 (0)
Please sign in to comment.