From 0081ea04afc9502d67099f6ecdc418b7f52589aa Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Tue, 5 Oct 2021 09:02:10 -0600 Subject: [PATCH] chore: freeze gRPC version (#1254) 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. --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 048816b01dd..036fa44d072 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,8 @@ "commitMessageAction": "update", "groupName": "all", "ignoreDeps": [ - "golang.org/x/net" + "golang.org/x/net", + "google.golang.org/grpc" ], "force": { "constraints": {