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", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
":dependencyDashboard" ":dependencyDashboard",
"group:allNonMajor:", "group:allNonMajor:",
"schedule:weekly" "schedule:weekly"
], ],
@@ -13,12 +13,12 @@
] ]
}, },
"ignorePaths": [ "ignorePaths": [
"attic/" "attic/",
"bootstrap/" "bootstrap/"
], ],
"helmfile": { "helmfile": {
"managerFilePatterns": [ "managerFilePatterns": [
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/", "/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/"
] ]
}, },
} }