diff --git a/_apps/statping.yaml b/_apps/statping.yaml index 15cb18c..2a5324e 100644 --- a/_apps/statping.yaml +++ b/_apps/statping.yaml @@ -14,6 +14,9 @@ spec: path: statping repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git targetRevision: HEAD + syncPolicy: + automated: + prune: true --- apiVersion: v1 kind: Namespace diff --git a/renovate.json b/renovate.json index c61ab34..3375956 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,11 @@ }, "packageRules": [ { - "paths": ["renovate/**", "tobru-ch/**"], + "paths": [ + "renovate/**", + "tobru-ch/**", + "statping/**" + ], "automerge": true, "requiredStatusChecks": null }