move renovate config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-04-30 15:56:36 +02:00
parent 3069ae9848
commit 20fb88bb45
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
2 changed files with 12 additions and 12 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
@ -78,17 +78,17 @@ steps:
# https://github.com/renovatebot/renovate/discussions/15049
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate-config-validator
- RENOVATE_CONFIG_FILE="renovate_config.js" 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