From 741f1762188258518fa98abe473db07ec02beeaf Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Jul 2026 10:14:22 +0300 Subject: [PATCH] ci(deps): guard unsupported FastAPI updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index acc7eca..dac7a2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,11 @@ updates: all: patterns: - "*" + # Agent Framework DevUI currently requires FastAPI < 0.138.1. + # Keep Dependabot on the compatible line until Microsoft lifts this bound. + ignore: + - dependency-name: "fastapi" + versions: [">= 0.138.1"] - package-ecosystem: "github-actions" directory: "/" schedule: