homelab-gitops/infra/argocd/templates/renovate.yaml
2026-02-04 05:32:52 -06:00

20 lines
420 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: renovate
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.durp.info/durfy/homelab/gitops.git
targetRevision: main
path: infra/renovate
destination:
namespace: renovate
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true