File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,10 +36,13 @@ updates:
3636 - " async-solipsism"
3737 - " frequenz-api-common"
3838 - " frequenz-repo-config*"
39+ - " grpcio"
40+ - " grpcio-tools"
3941 - " markdown-callouts"
4042 - " mkdocs-gen-files"
4143 - " mkdocs-literate-nav"
4244 - " mkdocstrings*"
45+ - " protobuf"
4346 - " pydoclint"
4447 - " pytest-asyncio"
4548 # We group repo-config updates as it uses optional dependencies that are
@@ -51,6 +54,14 @@ updates:
5154 mkdocstrings :
5255 patterns :
5356 - " mkdocstrings*"
57+ # We group grpcio and protobuf updates together, as they need special
58+ # handling on the pyproject.toml file because of the protobuf/grpcio
59+ # build/runtime cross-version guarantees
60+ grpc :
61+ patterns :
62+ - " grpcio"
63+ - " grpcio-tools"
64+ - " protobuf"
5465
5566 - package-ecosystem : " github-actions"
5667 directory : " /"
You can’t perform that action at this time.
0 commit comments