This commit is contained in:
parent
5e3d52b773
commit
4710f77080
2 changed files with 22 additions and 22 deletions
44
.drone.yml
44
.drone.yml
|
|
@ -4,31 +4,31 @@ type: docker
|
||||||
name: renovate
|
name: renovate
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
- push
|
- push
|
||||||
- custom
|
- custom
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- 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
|
||||||
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-config-validator
|
- renovate-config-validator
|
||||||
|
|
||||||
- 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
|
||||||
- renovate
|
- RENOVATE_CONFIG_FILE="renovate_config.js" renovate
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
from_secret: RENOVATE_TOKEN
|
from_secret: RENOVATE_TOKEN
|
||||||
#GITHUB_COM_TOKEN:
|
#GITHUB_COM_TOKEN:
|
||||||
# from_secret: GITHUB_COM_TOKEN
|
# from_secret: GITHUB_COM_TOKEN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue