From fb3e7b9601261d4b9adc0ac8e4cd605ed58d02a9 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 20 Oct 2022 17:58:36 +0200
Subject: [PATCH] ci(iot): Automate updates for IoT deployments

This patch should make sure renovate picks up the new shelly-ht
deployment and provides updates if needed.
---
 renovate.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index fcbc534bf..c614e112d 100644
--- a/renovate.json
+++ b/renovate.json
@@ -13,7 +13,10 @@
     "fileMatch": ["\\.yaml$"]
   },
   "kubernetes": {
-    "fileMatch": ["apps/k8s01/dns/.+\.yaml$"]
+    "fileMatch": [
+      "apps/k8s01/dns/.+\.yaml$",
+      "apps/base/iot/.+\.yaml$"
+    ]
   },
   "gitlabci": {
     "fileMatch": ["\.gitlab-ci\.yml$", "gitlab-ci\.yaml$"]
-- 
GitLab