Peter Kurfer
4bacbaa9b2
Some checks reported errors
continuous-integration/drone/push Build was killed
17 lines
No EOL
446 B
YAML
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 |