Skip to content

Commit fd8e805

Browse files
authored
chore: disable renovate from updating gRPC in workspace files (#16406)
1 parent 3aca29a commit fd8e805

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
],
4040
"enabled": false
4141
},
42+
{
43+
"matchFileNames": ["bazel/workspace0.bzl"],
44+
"matchPackageNames": ["com_github_grpc_grpc", "grpc/grpc", "grpc"],
45+
"enabled": false
46+
},
4247
{
4348
"matchPackageNames": ["com_google_absl", "abseil/abseil-cpp", "abseil-cpp"],
4449
"groupName": "Abseil",

0 commit comments

Comments
 (0)