From 5a849851c91393905adc63a7b45f49c3e2f61d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 23 Sep 2025 22:32:14 +0200 Subject: [PATCH] fix: Formatting --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 4232c818..d8156c3a 100644 --- a/renovate.json +++ b/renovate.json @@ -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)?$/" ] }, }