auto update statping

This commit is contained in:
Tobias Brunner 2020-04-01 21:15:43 +02:00
parent 36aa0c47c3
commit c50c8a709e
2 changed files with 8 additions and 1 deletions

View File

@ -14,6 +14,9 @@ spec:
path: statping path: statping
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD targetRevision: HEAD
syncPolicy:
automated:
prune: true
--- ---
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace

View File

@ -8,7 +8,11 @@
}, },
"packageRules": [ "packageRules": [
{ {
"paths": ["renovate/**", "tobru-ch/**"], "paths": [
"renovate/**",
"tobru-ch/**",
"statping/**"
],
"automerge": true, "automerge": true,
"requiredStatusChecks": null "requiredStatusChecks": null
} }