move renovate config
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3069ae9848
commit
3689d1af38
2 changed files with 17 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue