diff --git a/renovate.json b/renovate.json index 27d0c9a..b994db0 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,8 @@ ], "kubernetes": { "fileMatch": [ - "apps/**/*.yaml" + "^apps/.*\\.yaml$", + "^system/.*\\.yaml$" ], "ignorePaths": [ "monitoring/**"