Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
c320bbc38a Update renovate/renovate Docker tag to v41.32.0 2025-07-13 12:15:03 +00:00
5 changed files with 25 additions and 3 deletions

22
.drone.yml Normal file
View File

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

View File

@@ -58,7 +58,7 @@ spec:
- name: runner-data - name: runner-data
mountPath: /data mountPath: /data
- name: daemon - name: daemon
image: docker:28.3.2-dind image: docker:28.2.2-dind
env: env:
- name: DOCKER_TLS_CERTDIR - name: DOCKER_TLS_CERTDIR
value: /certs value: /certs

View File

@@ -15,7 +15,7 @@ spec:
spec: spec:
hostNetwork: true hostNetwork: true
containers: containers:
- image: renovate/renovate:41.27.0 - image: renovate/renovate:41.32.0
name: renovate-bot name: renovate-bot
env: env:
- name: RENOVATE_TOKEN - name: RENOVATE_TOKEN

View File

@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: prometheus chart: prometheus
version: "27.24.0" version: "27.23.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: prometheus-community name: prometheus-community