Compare commits
1 commit
87c583fd39
...
520aad24dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
520aad24dd |
1 changed files with 25 additions and 25 deletions
38
.drone.yml
38
.drone.yml
|
|
@ -1,6 +1,16 @@
|
||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: Checks
|
name: renovate
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- cron
|
||||||
|
- push
|
||||||
|
- custom
|
||||||
|
|
||||||
|
environment:
|
||||||
|
LOG_LEVEL: debug
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
|
|
@ -14,7 +24,7 @@ trigger:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: check
|
||||||
image: docker.io/library/elixir:1.18.3-otp-27
|
image: docker.io/library/elixir:1.18.3-otp-27
|
||||||
commands:
|
commands:
|
||||||
# Install hex package manager
|
# Install hex package manager
|
||||||
|
|
@ -63,29 +73,19 @@ steps:
|
||||||
# Run tests
|
# Run tests
|
||||||
- mix test
|
- mix test
|
||||||
|
|
||||||
---
|
- name: renovate - validate config
|
||||||
kind: pipeline
|
image: renovate/renovate:39.256
|
||||||
type: docker
|
# https://github.com/renovatebot/renovate/discussions/15049
|
||||||
name: renovate
|
commands:
|
||||||
|
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||||
|
- RENOVATE_CONFIG_FILE="renovate_config.js" renovate-config-validator
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- cron
|
|
||||||
- push
|
|
||||||
- custom
|
|
||||||
|
|
||||||
environment:
|
|
||||||
LOG_LEVEL: debug
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:39.256
|
image: renovate/renovate:39.256
|
||||||
# https://github.com/renovatebot/renovate/discussions/15049
|
# https://github.com/renovatebot/renovate/discussions/15049
|
||||||
commands:
|
commands:
|
||||||
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||||
- export RENOVATE_CONFIG_FILE="renovate_config.js"
|
- RENOVATE_CONFIG_FILE="renovate_config.js" renovate
|
||||||
- renovate-config-validator
|
|
||||||
- renovate
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue