Add drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-09-08 15:38:29 +05:30
parent 3e520a2298
commit eca5e9f31e

26
drone.yml Normal file
View File

@@ -0,0 +1,26 @@
---
kind: pipeline
type: kubernetes
name: renovate
trigger:
event:
- cron
- custom
environment:
LOG_LEVEL: info
steps:
- name: renovate
privileged: true
image: renovate/renovate:41.97.7
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate
environment:
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
GITHUB_COM_TOKEN:
from_secret: GITHUB_COM_TOKEN