Skip to content

Commit 46a695c

Browse files
authored
Merge pull request #311 from Vulthil/ci/dependabot-ignore-openapi-major
ci: ignore Microsoft.OpenApi major updates in dependabot
2 parents 2b615be + bf11ca5 commit 46a695c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ updates:
2626
schedule:
2727
interval: "daily"
2828
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"]
2936
groups:
3037
xunit:
3138
patterns:

0 commit comments

Comments
 (0)