Skip to content

Commit

Permalink
ci: remove trailing comma from renovate config (#41790)
Browse files Browse the repository at this point in the history
Renovate configuration is strict JSON which doesn’t allow trailing commas or comments.

Closes #41789
PR Close #41790
  • Loading branch information
alan-agius4 authored and thePunderWoman committed Apr 23, 2021
1 parent 9f88da2 commit 73105aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{
"packagePatterns": [
"^@bazel/.*",
"^build_bazel.*",
"^build_bazel.*"
],
"groupName": "bazel",
"pinVersions": false
Expand Down

0 comments on commit 73105aa

Please sign in to comment.