Skip to content

Commit 968d317

Browse files
committed
Dependabot: block NuGet packages that we cannot update
1 parent 858c299 commit 968d317

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ updates:
1313
pull-request-branch-name:
1414
separator: "-"
1515
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

Comments
 (0)