Compare commits

...

1 commit

Author SHA1 Message Date
3689d1af38
move renovate config
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2025-04-30 16:07:09 +02:00
2 changed files with 17 additions and 11 deletions

View file

@ -4,13 +4,13 @@ type: docker
name: renovate
trigger:
event:
- cron
- push
- custom
event:
- cron
- push
- custom
environment:
LOG_LEVEL: debug
LOG_LEVEL: debug
services:
- name: postgres
@ -79,16 +79,22 @@ steps:
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
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate-config-validator
- 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
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- RENOVATE_CONFIG_FILE="renovate_config.js" renovate
environment:
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
#GITHUB_COM_TOKEN:
# from_secret: GITHUB_COM_TOKEN
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
#GITHUB_COM_TOKEN:
# from_secret: GITHUB_COM_TOKEN