Skip to content

Commit

Permalink
Add protobuf to dependabot ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Jun 8, 2022
1 parent 6affa05 commit 3be4eeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ updates:
# Allow up to 2 open pull requests at a time
open-pull-requests-limit: 2
ignore:
# tensorboard requires protobuf < 4
- dependency-name: "protobuf"
# segmentation-models-pytorch requires older timm, can't update
- dependency-name: "timm"

0 comments on commit 3be4eeb

Please sign in to comment.