Skip to content

Commit

Permalink
dependabot.yml: NuGetのSTSバージョンを無視する設定を追加 (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuna-can-se authored Dec 18, 2024
1 parent 49f4c5e commit 02a5259
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ updates:
nswag-packages:
patterns:
- "NSwag*"
ignore:
- dependency-name: "Microsoft.AspNetCore*"
versions: ["9.*", "11.*"]
- dependency-name: "Microsoft.EntityFrameworkCore*"
versions: ["9.*", "11.*"]
- dependency-name: "Microsoft.Extensions*"
versions: ["9.*", "11.*"]

- package-ecosystem: "nuget"
directory: "/samples/ConsoleAppWithDI/solution"
Expand All @@ -87,6 +94,11 @@ updates:
xunit-packages:
patterns:
- "xunit*"
ignore:
- dependency-name: "Microsoft.EntityFrameworkCore*"
versions: ["9.*", "11.*"]
- dependency-name: "Microsoft.Extensions*"
versions: ["9.*", "11.*"]

- package-ecosystem: "npm"
directory: "/samples/AzureADB2CAuth/auth-frontend"
Expand Down Expand Up @@ -122,3 +134,8 @@ updates:
nswag-packages:
patterns:
- "NSwag*"
ignore:
- dependency-name: "Microsoft.AspNetCore*"
versions: ["9.*", "11.*"]
- dependency-name: "Microsoft.Extensions*"
versions: ["9.*", "11.*"]

0 comments on commit 02a5259

Please sign in to comment.