We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b615be + bf11ca5 commit 46a695cCopy full SHA for 46a695c
1 file changed
.github/dependabot.yml
@@ -26,6 +26,13 @@ updates:
26
schedule:
27
interval: "daily"
28
open-pull-requests-limit: 25
29
+ ignore:
30
+ # Microsoft.OpenApi 3.x is a separate major that ASP.NET Core's Microsoft.AspNetCore.OpenApi does
31
+ # not consume; the explicit 2.x pin in Directory.Packages.props tracks the patched line for
32
+ # GHSA-v5pm-xwqc-g5wc. Allow 2.x patch/minor bumps; drop this rule together with that pin once
33
+ # Microsoft.AspNetCore.OpenApi's own dependency floor passes 2.7.5.
34
+ - dependency-name: "Microsoft.OpenApi"
35
+ update-types: ["version-update:semver-major"]
36
groups:
37
xunit:
38
patterns:
0 commit comments