Skip to content

Commit

Permalink
chore(deps): temporarily ignore grpc dep (#8551)
Browse files Browse the repository at this point in the history
Temporarily ignore the grpc-go dep until we can increase the floor Go version to Go 1.19: #8550
  • Loading branch information
noahdietz authored Sep 11, 2023
1 parent 39d63ad commit f47885f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"commitMessageAction": "update",
"groupName": "deps",
"ignoreDeps": [
"google.golang.org/genproto"
"google.golang.org/genproto",
"google.golang.org/grpc"
],
"ignorePaths": [
"**/snippets/**"
Expand Down

0 comments on commit f47885f

Please sign in to comment.