From 1c5cc834c6591461a4dd217a335ea34287420473 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 17 Jan 2022 02:28:36 +0100
Subject: [PATCH] ci(prometheus): Add renovate config for helm char upgrades

---
 infrastructure/prometheus/release.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure/prometheus/release.yaml b/infrastructure/prometheus/release.yaml
index 841f49a3c..f8af74368 100644
--- a/infrastructure/prometheus/release.yaml
+++ b/infrastructure/prometheus/release.yaml
@@ -11,6 +11,7 @@ spec:
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
+      # renovate: helmRepo=https://prometheus-community.github.io/helm-charts depName=kube-prometheus-stack
       version: 19.0.2
   interval: 5m
   values:
-- 
GitLab