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 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: