Skip to content

Commit c76a74d

Browse files
authored
chore: freeze gRPC version (googleapis#692)
In the latest version of gRPC the library is no longer compatible with 1.11. v1.41.0 of gRPC is currently compatible with 1.14+. Until our versions align we should freeze updating this dependency.
1 parent bfb93cc commit c76a74d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"commitMessagePrefix": "chore(all): ",
1212
"commitMessageAction": "update",
1313
"groupName": "all",
14+
"ignoreDeps": [
15+
"google.golang.org/grpc"
16+
],
1417
"force": {
1518
"constraints": {
1619
"go": "1.17"

0 commit comments

Comments
 (0)