try renovate
This commit is contained in:
parent
4597d00178
commit
5d0558c6c1
36
renovate/renovate-job.yml
Normal file
36
renovate/renovate-job.yml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
apiVersion: batch/v1
|
||||||
|
kind: CronJob
|
||||||
|
metadata:
|
||||||
|
name: renovate
|
||||||
|
spec:
|
||||||
|
schedule: "@hourly"
|
||||||
|
concurrencyPolicy: Forbid
|
||||||
|
jobTemplate:
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: renovate
|
||||||
|
# Update this to the latest available and then enable Renovate on
|
||||||
|
# the manifest
|
||||||
|
image: renovate/renovate:31.14.0
|
||||||
|
args:
|
||||||
|
- https://git.roxedus.dev/Roxedus/Argo
|
||||||
|
# Environment Variables
|
||||||
|
env:
|
||||||
|
- name: LOG_LEVEL
|
||||||
|
value: debug
|
||||||
|
- name: RENOVATE_PLATFORM
|
||||||
|
value: gitea
|
||||||
|
- name: RENOVATE_GIT_AUTHOR
|
||||||
|
value: "Botty McBottface <bot@roxedus.dev>"
|
||||||
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: renovate-pat
|
||||||
|
volumeMounts:
|
||||||
|
- name: work-volume
|
||||||
|
mountPath: /tmp/renovate/
|
||||||
|
restartPolicy: Never
|
||||||
|
volumes:
|
||||||
|
- name: work-volume
|
||||||
|
emptyDir: {}
|
Loading…
Reference in New Issue
Block a user