diff --git a/.github/renovate.json b/.github/renovate.json
index 3aa32de6..dc5776fd 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -1,5 +1,8 @@
 {
   "$schema": "https://docs.renovatebot.com/renovate-schema.json",
   "extends": ["config:recommended"],
+  "kubernetes": {		
+    "fileMatch": ["\\.yaml$"]		
+  },
   "dependencyDashboardTitle": ":robot: Renovate Dashboard"
 }