25 lines
463 B
JSON
25 lines
463 B
JSON
// -*- mode: jsonc -*-
|
|
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
":dependencyDashboard",
|
|
"group:allNonMajor:",
|
|
"schedule:weekly"
|
|
],
|
|
"semanticCommits": "disabled",
|
|
"lockFileMaintenance": {
|
|
"extends": [
|
|
"group:allNonMajor"
|
|
]
|
|
},
|
|
"ignorePaths": [
|
|
"attic/",
|
|
"bootstrap/"
|
|
],
|
|
"helmfile": {
|
|
"managerFilePatterns": [
|
|
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/"
|
|
]
|
|
}
|
|
}
|