Skip to content

Commit 65d95df

Browse files
committed
Exclude Microsoft.Extensions.DependencyInjection from major updates
1 parent 3153e47 commit 65d95df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
schedule:
66
interval: daily
77
ignore:
8+
- dependency-name: "Microsoft.Extensions.DependencyInjection"
9+
update-types: ["version-update:semver-major"]
810
- dependency-name: "Microsoft.Extensions.Logging"
911
update-types: ["version-update:semver-major"]
1012
- dependency-name: "Microsoft.Extensions.Logging.Console"

0 commit comments

Comments
 (0)