2 changed files with 13 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
name: Renovate
on:
push:
branches:
- master
workflow_dispatch:
jobs:
renovate:
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
secrets: inherit
+1 -1
View File
@@ -656,7 +656,7 @@ addons:
# -- Specify the promtail image # -- Specify the promtail image
repository: grafana/promtail repository: grafana/promtail
# -- Specify the promtail image tag # -- Specify the promtail image tag
tag: 2.9.17 tag: 3.6.11
# -- Specify the promtail image pull policy # -- Specify the promtail image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent