only run renovate once a day
All checks were successful
continuous-integration/drone/push Build is passing

because of shitty Docker Hub limits
This commit is contained in:
Tobias Brunner 2021-09-09 20:07:37 +02:00
parent efe41c8529
commit b9c199d9ee

View file

@ -1,9 +1,9 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: renovate
spec:
schedule: '@hourly'
schedule: '42 18 * * *'
concurrencyPolicy: Forbid
jobTemplate:
spec: