ci-images/templates/renovate.yml
Peter Kurfer 4bacbaa9b2
Some checks reported errors
continuous-integration/drone/push Build was killed
feat(renovate): multi-arch image
2023-07-18 19:00:53 +00:00

17 lines
No EOL
446 B
YAML

---
kind: pipeline
type: docker
name: renovate
steps:
- name: Renovate
image: code.icb4dc0.de/prskr/ci-images/renovate:latest
commands:
- renovate "{{ .repo.slug }}"
environment:
RENOVATE_TOKEN: "{{ .input.gitea_token }}"
GITHUB_COM_TOKEN: "{{ .input.github_token }}"
RENOVATE_PLATFORM: gitea
RENOVATE_AUTODISCOVER: "false"
RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1
LOG_LEVEL: info