Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
56855d45c7 configure renovate
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-04-30 17:27:48 +02:00
2 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
kind: pipeline
type: docker
name: check
name: Checks
services:
- name: postgres
@ -80,14 +80,15 @@ environment:
steps:
- 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
- export RENOVATE_CONFIG_FILE="renovate_config.js"
- renovate-config-validator
- renovate
environment:
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
#GITHUB_COM_TOKEN:
# from_secret: GITHUB_COM_TOKEN
commands:
# https://github.com/renovatebot/renovate/discussions/15049
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate-config-validator
- renovate