Skip to content

Commit 741f176

Browse files
rootroot
authored andcommitted
ci(deps): guard unsupported FastAPI updates
1 parent 66bf053 commit 741f176

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ updates:
88
all:
99
patterns:
1010
- "*"
11+
# Agent Framework DevUI currently requires FastAPI < 0.138.1.
12+
# Keep Dependabot on the compatible line until Microsoft lifts this bound.
13+
ignore:
14+
- dependency-name: "fastapi"
15+
versions: [">= 0.138.1"]
1116
- package-ecosystem: "github-actions"
1217
directory: "/"
1318
schedule:

0 commit comments

Comments
 (0)