Skip to content

Commit

Permalink
chore(deps): temporarily ignore grpc dep (#1054)
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
  • Loading branch information
quartzmo authored Sep 20, 2023
1 parent 007df8e commit c177e32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"commitMessagePrefix": "chore(all): ",
"commitMessageAction": "update",
"groupName": "all",
"ignoreDeps": [],
"ignoreDeps": [
"google.golang.org/grpc"
],
"force": {
"constraints": {
"go": "1.17"
Expand Down

0 comments on commit c177e32

Please sign in to comment.