From 6efe976c35c045193cbeedbaae7bbd1c80b230c3 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sun, 23 Feb 2020 20:21:37 +0100 Subject: [PATCH] enable autosync on renovate --- _apps/renovate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_apps/renovate.yaml b/_apps/renovate.yaml index cec5ab1..3c577c2 100644 --- a/_apps/renovate.yaml +++ b/_apps/renovate.yaml @@ -14,6 +14,9 @@ spec: path: renovate repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git targetRevision: HEAD + syncPolicy: + automated: + prune: true --- apiVersion: v1 kind: Namespace