feat: kubernetes and argocd config for renovate

This commit is contained in:
cătălin 2024-09-09 15:48:05 +02:00
commit e3ba385871
No known key found for this signature in database
2 changed files with 11 additions and 2 deletions

View file

@ -26,7 +26,15 @@ spec:
"platform": "gitea",
"endpoint": "https://git.roboces.dev/api/v1",
"gitAuthor": "Renovate Bot <renovate-bot@fukurokuju.dev>",
"autodiscover": true
"autodiscover": true,
"argocd": {
"enabled": true,
"fileMatch": ["k8s/argo-apps/.+\\.yaml$"]
},
"kubernetes": {
"enabled": true,
"fileMatch": ["k8s/services/.+\\.yaml$"]
}
}
existingSecret: secrets-renovate