We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858c299 commit 968d317Copy full SHA for 968d317
.github/dependabot.yml
@@ -13,3 +13,12 @@ updates:
13
pull-request-branch-name:
14
separator: "-"
15
open-pull-requests-limit: 25
16
+ ignore:
17
+ # Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change.
18
+ - dependency-name: 'Ben.Demystifier'
19
+ - dependency-name: 'Humanizer*'
20
+ - dependency-name: 'Microsoft.CodeAnalysis*'
21
+ - dependency-name: 'Microsoft.EntityFrameworkCore*'
22
+ # Block major updates of packages that require a matching .NET version.
23
+ - dependency-name: 'Microsoft.AspNetCore*'
24
+ update-types: ["version-update:semver-major"]
0 commit comments