diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71201af7..d6c92892 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + ignore: + # google-cloud-aiplatform 1.133.0 requires protobuf<7.0.0. + - dependency-name: "protobuf" + versions: [">=7.0.0"]