Skip to content

Commit 3a58dbb

Browse files
authored
chore: unfreeze grpc (#2183)
We support a min of 1.19 now
1 parent 546196e commit 3a58dbb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/renovate.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
"commitMessageAction": "update",
1313
"groupName": "all",
1414
"ignoreDeps": [
15-
"google.golang.org/appengine",
16-
"google.golang.org/grpc"
15+
"google.golang.org/appengine"
1716
],
1817
"force": {
1918
"constraints": {
2019
"go": "1.19"
2120
}
2221
}
23-
}
22+
}

0 commit comments

Comments
 (0)