Skip to content

Commit

Permalink
Add ignore cases as well
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt committed Jan 15, 2025
1 parent f7fc1af commit 8163c81
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ updates:
- dependency-name: "Microsoft.Build.NoTargets"
# Pinned versions that should not be updated
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
# NetPlatform dependencies shouldn't update across major versions
- dependency-name: "Microsoft.AspNetCore.*"
update-types: ["version-update:semver-major"]
- dependency-name: "Microsoft.EntityFrameworkCore.*"
update-types: ["version-update:semver-major"]
- dependency-name: "Microsoft.Extensions.*"
update-types: ["version-update:semver-major"]
- dependency-name: "System.*"
update-types: ["version-update:semver-major"]
- dependency-name: "Npgsql.*"
update-types: ["version-update:semver-major"]
groups:
Azure:
patterns:
Expand Down

0 comments on commit 8163c81

Please sign in to comment.