20 lines
395 B
JSON
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
|
|
}
|