diff --git a/renovate.json b/renovate.json index 4c3271d6ce..12f9a5db22 100644 --- a/renovate.json +++ b/renovate.json @@ -5,9 +5,9 @@ "schedule:daily" ], "kubernetes": { - "fileMatch": [ - "examples/.+\\.yaml$", - "suite/.+\\.yaml$" + "managerFilePatterns": [ + "/examples/.+\\.yaml$/", + "/suite/.+\\.yaml$/" ] } }