ci: remove trailing comma from renovate config (#41790)

Renovate configuration is strict JSON which doesn’t allow trailing commas or comments.

Closes #41789
PR Close #41790
This commit is contained in:
Alan Agius 2021-04-23 20:30:43 +02:00 committed by Jessica Janiuk
parent 9f88da220c
commit 73105aa7d6
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
{
"packagePatterns": [
"^@bazel/.*",
"^build_bazel.*",
"^build_bazel.*"
],
"groupName": "bazel",
"pinVersions": false