From e6aa7177a5710d16ad5745450b4379224e2f7e81 Mon Sep 17 00:00:00 2001
From: mafyuh <mafyuh@noreply.localhost>
Date: Sat, 8 Feb 2025 14:48:54 -0500
Subject: [PATCH] Update .github/renovate.json

---
 .github/renovate.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index aff0bc1..ce780da 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -10,7 +10,9 @@
       "description": "Process files",
       "fileMatch": [
         "docker/.+\\.y?ml$",
-        "terraform/.+\\tf.$"
+        "terraform/.+\\tf.$",
+        "kubernetes/.+\\.ya?ml$",
+        "packer/.+\\.hcl$"
       ],
       "matchStrings": [
         "datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>\\S+))?\n.*?\"(?<currentValue>.*)\"\n"