From 9e48a798d7eaa6430876fc605c6eac791dee7497 Mon Sep 17 00:00:00 2001 From: "helen@cloud" Date: Fri, 15 May 2026 10:46:48 +0800 Subject: [PATCH] fix: ignore unsatisfiable protobuf major bumps --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd2ffb5..3170902 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + # a2a-sdk still constrains protobuf to <7, so major protobuf bumps are unsatisfiable. + - dependency-name: "protobuf" + update-types: + - "version-update:semver-major" open-pull-requests-limit: 1 commit-message: prefix: "deps"