Skip to content

Commit

Permalink
fix(workflow): Disable grpcio updating until support for new protobuf…
Browse files Browse the repository at this point in the history
… gets added to google-cloud (#2490)

Currently grpcio being updated is causing dependency resolution failure
because grpcio and google-cloud dependencies depend on non overlapping
protobuf versions. Until google-cloud updates to protobuf v5 , we should
add this exclusion to stop renovatebot from attempting to update grpcio.
  • Loading branch information
another-rex authored Aug 19, 2024
1 parent c34d764 commit f9aab39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"matchCategories": ["js"],
"groupName": "appengine-frontend"
},
{
"matchFileNames": ["gcp/api/**"],
"matchPackageNames": ["grpcio*"],
"enabled": false
},
{
"matchFileNames": ["gcp/api/**"],
"groupName": "api"
Expand Down

0 comments on commit f9aab39

Please sign in to comment.