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