diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5ee4040..4c0a825 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,15 +1,5 @@ version: 2 updates: -- package-ecosystem: "nuget" - directory: "/" - groups: - all-dependencies: - patterns: - - "*" - schedule: - interval: "daily" - reviewers: - - "dnperfors" - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a1e8e..7a36a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Removed - .NET 6.0 target, since it is no longer supported - .NET Framework 4.6.2, 4.7.0 and 4.7.2, since these can't be tested using xUnit v3 +- 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. ### Added - Support for .NET 9.0 - support for .NET 10.0