Files
renovate-config/.drone.yml
Dominik Polakovics fb524dd4d5
All checks were successful
continuous-integration/drone/push Build is passing
add github token
2023-02-12 20:50:48 +01:00

43 lines
875 B
YAML

---
kind: pipeline
type: docker
name: renovate
trigger:
event:
- cron
- push
- custom
environment:
LOG_LEVEL: debug
steps:
- name: renovate - validate config
image: renovate/renovate:33.2.0
# https://github.com/renovatebot/renovate/discussions/15049
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate-config-validator
- name: renovate
image: renovate/renovate:33.2.0
volumes:
- name: tmp
path: /tmp
# https://github.com/renovatebot/renovate/discussions/15049
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate
environment:
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
GITHUB_COM_TOKEN:
from_secret: GITHUB_TOKEN
volumes:
- name: tmp
host:
path: /tmp