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
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ updates:
all:
patterns:
- '*'
ignore:
# Pin to v6.x. Dependabot rewrites pure upper-bound constraints in
# pyproject.toml (e.g. `<7` -> `<8`), so we must express this policy
# here instead.
# TODO: remove this ignore rule once the minimum
# protobuf version requirement is bumped.
- dependency-name: 'types-protobuf'
versions: ['>=7']
Comment thread
sokoliva marked this conversation as resolved.
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
Loading