Added ArgoCD to renovate

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-12-30 11:50:37 +00:00
parent 3c18b88393
commit 09c80dda70

View File

@@ -21,5 +21,8 @@
}, },
"kubernetes": { "kubernetes": {
"fileMatch": ["manifests/.+\\.yaml$"] "fileMatch": ["manifests/.+\\.yaml$"]
},
"argocd": {
"managerFilePatterns": ["/manifests/_apps/.+\\.yaml$/"]
} }
} }