Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ updates:
exclude-patterns:
- "async-solipsism"
- "frequenz-repo-config*"
- "grpcio"
- "grpcio-tools"
- "markdown-callouts"
- "mkdocs-gen-files"
- "mkdocs-literate-nav"
- "mkdocstrings*"
- "protobuf"
- "pydoclint"
- "pytest-asyncio"
# We group repo-config updates as it uses optional dependencies that are
Expand All @@ -50,6 +53,14 @@ updates:
mkdocstrings:
patterns:
- "mkdocstrings*"
# We group grpcio and protobuf updates together, as they need special
# handling on the pyproject.toml file because of the protobuf/grpcio
# build/runtime cross-version guarantees
grpc:
patterns:
- "grpcio"
- "grpcio-tools"
- "protobuf"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
Loading