feat: kubernetes and argocd config for renovate
Some checks are pending
Some checks are pending
This commit is contained in:
parent
998b7d04a9
commit
e3ba385871
2 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue