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:
parent
9f88da220c
commit
73105aa7d6
|
@ -77,7 +77,7 @@
|
|||
{
|
||||
"packagePatterns": [
|
||||
"^@bazel/.*",
|
||||
"^build_bazel.*",
|
||||
"^build_bazel.*"
|
||||
],
|
||||
"groupName": "bazel",
|
||||
"pinVersions": false
|
||||
|
|
Loading…
Reference in New Issue