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