diff --git a/renovate.json b/renovate.json index 4232c818..d8156c3a 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - ":dependencyDashboard" + ":dependencyDashboard", "group:allNonMajor:", "schedule:weekly" ], @@ -13,12 +13,12 @@ ] }, "ignorePaths": [ - "attic/" + "attic/", "bootstrap/" ], "helmfile": { "managerFilePatterns": [ - "/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/", + "/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/" ] }, }