From 9e0bccdc32d6a36de83cd9fa546be2cbd3b9a16e Mon Sep 17 00:00:00 2001 From: zeevdr Date: Mon, 15 Jun 2026 11:17:08 +0300 Subject: [PATCH] chore: ignore protobuf 7.x updates in dependabot grpcio-tools 1.81.1 (latest) requires protobuf<7, conflicting with dependabot's protobuf>=7.35.1 bump (#150). Ignore protobuf majors >=7 until grpcio-tools releases protobuf-7-compatible support. Co-Authored-By: Claude Sonnet 4.6 --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 790d3e0..caa9840 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,11 @@ updates: update-types: - minor - patch + ignore: + # grpcio-tools 1.81.1 (latest) caps protobuf<7; unignore once a + # grpcio-tools release supports protobuf 7.x. + - dependency-name: "protobuf" + versions: [">=7"] - package-ecosystem: github-actions directory: /