Update .drone.yaml

This commit is contained in:
Simon Cornet 2023-11-20 14:31:51 +01:00
parent 51dea5642c
commit 427a3eeda5

View File

@ -1,30 +1,30 @@
--- ---
# renovate-bot # renovate
name: 'renovate' name: 'renovate'
kind: 'pipeline' kind: 'pipeline'
type: 'kubernetes' type: 'kubernetes'
# renovate steps # renovate steps
steps: steps:
# run renovate # run renovate
- name: 'renovate' - name: 'renovate'
image: 'registry.hub.docker.com/renovate/renovate' image: 'registry.hub.docker.com/renovate/renovate'
# run this command # run this command
commands: commands:
- 'renovate' - 'renovate'
# environment variables # environment variables
environment: environment:
RENOVATE_TOKEN: RENOVATE_TOKEN:
from_secret: 'renovate_token' from_secret: 'renovate_token'
RENOVATE_USERNAME: 'renovate-bot' RENOVATE_USERNAME: 'renovate'
RENOVATE_PLATFORM: 'gitea' RENOVATE_PLATFORM: 'gitea'
RENOVATE_ENDPOINT: 'https://git.simoncor.net/api/v1' RENOVATE_ENDPOINT: 'https://git.simoncor.net/api/v1'
RENOVATE_GIT_URL: 'endpoint' RENOVATE_GIT_URL: 'endpoint'
RENOVATE_GIT_AUTHOR: 'Renovate Bot <renovate-bot@simoncor.net>' RENOVATE_GIT_AUTHOR: 'Renovate <renovate@simoncor.net>'
RENOVATE_AUTODISCOVER: true RENOVATE_AUTODISCOVER: true