From 73105aa7d6cf1116a6a9f103bd074f65db7584fe Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 23 Apr 2021 20:30:43 +0200 Subject: [PATCH] ci: remove trailing comma from renovate config (#41790) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renovate configuration is strict JSON which doesn’t allow trailing commas or comments. Closes #41789 PR Close #41790 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6c901408c7..d6d87cef95 100644 --- a/renovate.json +++ b/renovate.json @@ -77,7 +77,7 @@ { "packagePatterns": [ "^@bazel/.*", - "^build_bazel.*", + "^build_bazel.*" ], "groupName": "bazel", "pinVersions": false