Skip to content

Commit dbc8d9b

Browse files
authored
Disable dependabot for nuget packages
1 parent f5e49b7 commit dbc8d9b

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "nuget"
4-
directory: "/"
5-
groups:
6-
all-dependencies:
7-
patterns:
8-
- "*"
9-
schedule:
10-
interval: "daily"
11-
reviewers:
12-
- "dnperfors"
133
- package-ecosystem: "github-actions"
144
directory: "/"
155
schedule:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
### Removed
99
- .NET 6.0 target, since it is no longer supported
1010
- .NET Framework 4.6.2, 4.7.0 and 4.7.2, since these can't be tested using xUnit v3
11+
- automatic nuget updates by dependabot, since we want to test against the lowest supported nuget version and most of the time dependabot does not choose the right package.
1112
### Added
1213
- Support for .NET 9.0
1314
- support for .NET 10.0

0 commit comments

Comments
 (0)