Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
520aad24dd configure renovate
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-30 17:03:44 +02:00

View file

@ -1,6 +1,16 @@
---
kind: pipeline
type: docker
name: Checks
name: renovate
trigger:
event:
- cron
- push
- custom
environment:
LOG_LEVEL: debug
services:
- name: postgres
@ -14,7 +24,7 @@ trigger:
- push
steps:
- name: lint
- name: check
image: docker.io/library/elixir:1.18.3-otp-27
commands:
# Install hex package manager
@ -63,32 +73,22 @@ steps:
# Run tests
- mix test
---
kind: pipeline
type: docker
name: renovate
trigger:
event:
- cron
- push
- custom
environment:
LOG_LEVEL: debug
steps:
- name: renovate
- 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
- export RENOVATE_CONFIG_FILE="renovate_config.js"
- renovate-config-validator
- renovate
- RENOVATE_CONFIG_FILE="renovate_config.js" 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_CONFIG_FILE="renovate_config.js" renovate
environment:
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
#GITHUB_COM_TOKEN:
# from_secret: GITHUB_COM_TOKEN
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
#GITHUB_COM_TOKEN:
# from_secret: GITHUB_COM_TOKEN