diff --git a/.renovaterc.json b/.renovaterc.json
index fe5a88c..4f7df14 100644
--- a/.renovaterc.json
+++ b/.renovaterc.json
@@ -1,7 +1,11 @@
 {
 	"$schema": "https://docs.renovatebot.com/renovate-schema.json",
-	"extends": ["local>infrastructure/renovate-config"],
+	"extends": [
+		"local>infrastructure/renovate-config"
+	],
 	"argocd": {
-		"fileMatch": ["\\.yml$"]
+		"managerFilePatterns": [
+			"/\\.yml$/"
+		]
 	}
 }