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/**"