diff --git a/renovate.json b/renovate.json index b1092f5..fa22189 100644 --- a/renovate.json +++ b/renovate.json @@ -7,9 +7,9 @@ "fileMatch": ["\\.yaml$"] }, "helm-values": { - "fileMatch": ["\\.yaml$"] + "fileMatch": ["\\.yaml$", "\\.yml$", "\\.sh$"] }, "ignorePaths": [ - + "projects/" ] }