From 3be4eebcd14b2ef8d9e2be0033996a4577bb38fc Mon Sep 17 00:00:00 2001 From: Ashwin Nair Date: Wed, 8 Jun 2022 10:58:30 +0400 Subject: [PATCH] Add protobuf to dependabot ignore list --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22e9b44eee7..9371d0aa7d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"