From 1272b6dc7babc2d3642f01a2e4fdcb5066e29825 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 30 Apr 2022 03:11:45 +0200
Subject: [PATCH] ci(renovate): Add kubernetes updates for DNS project

This patch will enable Kubernetes updates, which should enable automatic
updates for the DNS container appp on the k8s01 cluster.
---
 renovate.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/renovate.json b/renovate.json
index cde128fd5..b7d3d0e8b 100644
--- a/renovate.json
+++ b/renovate.json
@@ -12,6 +12,9 @@
   "flux": {
     "fileMatch": ["\\.yaml$"]
   },
+  "kubernetes": {
+    "fileMatch": ["\apps/k8s01/dns/.+\.yaml$"]
+  },
   "regexManagers": [
   {
       "fileMatch": ["\\.yaml$"],
-- 
GitLab