From 92e4548b9a4a1da071a55705c1febc0d7a9cbdf3 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Wed, 26 Mar 2025 00:29:30 +0100 Subject: [PATCH] add kubernetes fileMatch --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..5f27dff 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "kubernetes": { + "fileMatch": ["\\.yaml$"] + } }