Merge pull request 'add drone.yml for testing' (#86) from add-drone into main
All checks were successful
continuous-integration/drone Build is passing

Reviewed-on: https://gitea.akshun-lab.uk/akshun/public-k3s/pulls/86
This commit was merged in pull request #86.
This commit is contained in:
2025-07-13 09:55:01 +00:00

21
.drone.yml Normal file
View File

@@ -0,0 +1,21 @@
---
kind: pipeline
type: kubernetes
name: renovate
trigger:
event:
- cron
- custom
environment:
LOG_LEVEL: info
steps:
- name: renovate
image: renovate/renovate:41.27.0
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