We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bf053 commit e20478bCopy full SHA for e20478b
1 file changed
.github/dependabot.yml
@@ -8,6 +8,11 @@ updates:
8
all:
9
patterns:
10
- "*"
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"]
16
- package-ecosystem: "github-actions"
17
directory: "/"
18
schedule:
0 commit comments