fix: Formatting

This commit is contained in:
Moritz Jörg
2025-09-23 22:32:14 +02:00
parent ccf69ffe45
commit 5a849851c9
+3 -3
View File
@@ -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)?$/"
]
},
}