summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Oss <6331106+codyoss@users.noreply.github.com>2021-10-05 09:38:10 -0600
committerGitHub <noreply@github.com>2021-10-05 15:38:10 +0000
commitc76a74d43a8eff9efc7832aa92c6a61ce42c8101 (patch)
tree75558cab83a0c1d1ca030220fa49a4f303cadcf6
parentbfb93cce50d9212d8edd323d18cf616ab983e277 (diff)
downloadgoogleapis-go-genproto-c76a74d43a8eff9efc7832aa92c6a61ce42c8101.tar.gz
chore: freeze gRPC version (#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.
-rw-r--r--.github/renovate.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
index 8b270b7a..cbec3414 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -11,6 +11,9 @@
"commitMessagePrefix": "chore(all): ",
"commitMessageAction": "update",
"groupName": "all",
+ "ignoreDeps": [
+ "google.golang.org/grpc"
+ ],
"force": {
"constraints": {
"go": "1.17"