Files
manifests/renovate.json
2025-09-24 07:32:15 +02:00

20 lines
395 B
JSON

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