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"