// -*- mode: jsonc -*- { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "schedule:weekly", ":maintainLockFilesWeekly" ], "dependencyDashboard": true, "semanticCommits": "disabled", "ignorePaths": [ "attic/", "bootstrap/" ], "helmfile": { "managerFilePatterns": [ "/helmfile\\.d/.*\\.(yaml|gotmpl)$/" ] } }