move renovate config
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Rafael Epplée 2025-04-30 15:56:36 +02:00
parent 3069ae9848
commit 3689d1af38
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
2 changed files with 17 additions and 11 deletions

View file

@ -73,6 +73,12 @@ 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-validator
- name: renovate - validate config
image: renovate/renovate:39.256
# https://github.com/renovatebot/renovate/discussions/15049
@ -85,7 +91,7 @@ steps:
# https://github.com/renovatebot/renovate/discussions/15049
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate
- RENOVATE_CONFIG_FILE="renovate_config.js" renovate
environment:
RENOVATE_TOKEN: