[CI] Added initial drone config
This commit is contained in:
commit
ea5c346790
30
.drone.yaml
Normal file
30
.drone.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
|
||||
# renovate-bot
|
||||
name: 'renovate'
|
||||
kind: 'pipeline'
|
||||
type: 'kubernetes'
|
||||
|
||||
|
||||
# renovate steps
|
||||
steps:
|
||||
|
||||
# run renovate
|
||||
- name: 'run renovate'
|
||||
image: 'registry.hub.docker.com/renovate/renovate'
|
||||
|
||||
# run this command
|
||||
commands:
|
||||
- 'renovate'
|
||||
|
||||
# environment variables
|
||||
environment:
|
||||
RENOVATE_TOKEN:
|
||||
from_secret: 'renovate_token'
|
||||
|
||||
RENOVATE_USERNAME: 'renovate-bot'
|
||||
RENOVATE_PLATFORM: 'gitea'
|
||||
RENOVATE_ENDPOINT: https://git.simoncor.net/api/v1
|
||||
RENOVATE_GIT_URL: 'endpoint'
|
||||
RENOVATE_GIT_AUTHOR: 'Renovate Bot <renovate-bot@simoncor.net'
|
||||
RENOVATE_AUTODISCOVER: true
|
Loading…
Reference in New Issue
Block a user