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": [
|
"packagePatterns": [
|
||||||
"^@bazel/.*",
|
"^@bazel/.*",
|
||||||
"^build_bazel.*",
|
"^build_bazel.*"
|
||||||
],
|
],
|
||||||
"groupName": "bazel",
|
"groupName": "bazel",
|
||||||
"pinVersions": false
|
"pinVersions": false
|
||||||
|
|
Loading…
Reference in New Issue