Files
manifests/renovate.json
2026-01-22 09:57:37 +01:00

18 lines
353 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"dependencyDashboard": true,
"semanticCommits": "disabled",
"ignorePaths": [
"**/bootstrap/**"
],
"helmfile": {
"managerFilePatterns": [
"/helmfile\\.d/.*\\.(yaml|gotmpl)$/"
]
},
"separateMajorMinor": true
}