Configure Renovate #31
+3
-3
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
":dependencyDashboard"
|
||||
":dependencyDashboard",
|
||||
"group:allNonMajor:",
|
||||
"schedule:weekly"
|
||||
],
|
||||
@@ -13,12 +13,12 @@
|
||||
]
|
||||
},
|
||||
"ignorePaths": [
|
||||
"attic/"
|
||||
"attic/",
|
||||
"bootstrap/"
|
||||
],
|
||||
"helmfile": {
|
||||
"managerFilePatterns": [
|
||||
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/",
|
||||
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/"
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user