From 47cfca3cc7b2a3b7d40dfb77c5ef701efef6b7c0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 20 Sep 2023 12:15:14 -0600 Subject: [PATCH] chore(deps): temporarily ignore grpc dep * Temporarily ignore the grpc-go dep until we can increase the floor Go version to Go 1.19 --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index a52130fa7..3e146efd6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,7 +11,9 @@ "commitMessagePrefix": "chore(all): ", "commitMessageAction": "update", "groupName": "all", - "ignoreDeps": [], + "ignoreDeps": [ + "google.golang.org/grpc" + ], "force": { "constraints": { "go": "1.17"