From 5a577728fd2333c69f86ccc68f3f80523d560cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:52:59 +0200 Subject: [PATCH] renovate: fix missing comma in renovate config (#3283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index e469e29daf..479c4be070 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -87,7 +87,7 @@ "!bazel_gazelle", "!rules_go", "!gazelle", - ] + ], "groupName": "bazel (plugins)", }, { @@ -98,7 +98,7 @@ "!bazel_gazelle", "!rules_go", "!gazelle", - ] + ], "groupName": "bazel (modules)", }, {