From f47885f9d6a4633b9c16d0551f36dc9c67c5287f Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Mon, 11 Sep 2023 14:00:23 -0700 Subject: [PATCH] chore(deps): temporarily ignore grpc dep (#8551) Temporarily ignore the grpc-go dep until we can increase the floor Go version to Go 1.19: #8550 --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 896593ad74db..ae88f9ec444d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,8 @@ "commitMessageAction": "update", "groupName": "deps", "ignoreDeps": [ - "google.golang.org/genproto" + "google.golang.org/genproto", + "google.golang.org/grpc" ], "ignorePaths": [ "**/snippets/**"