Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
87c583fd39 configure renovate
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-04-30 17:16:01 +02:00

View file

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