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
|
# Run tests
|
||||||
- mix test
|
- 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
|
- name: renovate - validate config
|
||||||
image: renovate/renovate:39.256
|
image: renovate/renovate:39.256
|
||||||
# https://github.com/renovatebot/renovate/discussions/15049
|
# https://github.com/renovatebot/renovate/discussions/15049
|
||||||
|
|
@ -85,7 +91,7 @@ steps:
|
||||||
# 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
|
||||||
- renovate
|
- RENOVATE_CONFIG_FILE="renovate_config.js" renovate
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue