From 26c786773922058274306b33200b25a708df21b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 13:26:19 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 5ad2376c1..023402183 100644 --- a/renovate.json +++ b/renovate.json @@ -4,8 +4,8 @@ "config:best-practices" ], "kubernetes": { - "fileMatch": [ - "\\.ya?ml" + "managerFilePatterns": [ + "/\\.ya?ml/" ] } }