Files
public-k3s/.drone.yml
aggarwalakshun ce0f26c142
All checks were successful
continuous-integration/drone Build is passing
Remove privileged flag from renovate step in pipeline configuration
2025-10-02 18:23:15 +05:30

18 lines
370 B
YAML

---
kind: pipeline
type: kubernetes
name: renovate
steps:
- name: renovate
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