test renovate
This commit is contained in:
parent
25eaf94432
commit
00e56ec254
2 changed files with 47 additions and 1 deletions
32
.drone.yml
32
.drone.yml
|
|
@ -1,6 +1,16 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: renovate
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
- custom
|
||||
|
||||
environment:
|
||||
LOG_LEVEL: debug
|
||||
|
||||
services:
|
||||
- name: postgres
|
||||
|
|
@ -62,3 +72,23 @@ steps:
|
|||
- mix deps.get
|
||||
# Run tests
|
||||
- mix test
|
||||
|
||||
- name: renovate - validate config
|
||||
image: renovate/renovate:39.256
|
||||
# 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:39.256
|
||||
# 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_COM_TOKEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue