feat: add private helm repo support #6

Merged
t.behrendt merged 1 commits from feat-add-support-for-private-renovate-repo into main 2025-10-12 17:21:57 +02:00
Showing only changes of commit b74e05583d - Show all commits

View File

@@ -13,5 +13,13 @@
"helmfile": {
"enabled": true,
"addLabels": ["deps", "helm"]
},
"hostRules": [
{
"matchHost": "gitea.t000-n.de",
"hostType": "helm",
"username": "{{ secrets.HELM_REGISTRY_USER }}",
"password": "{{ secrets.HELM_REGISTRY_PASSWORD }}"
}
]
}