From f79469fda1d8737a6845912a321301a0a64d4337 Mon Sep 17 00:00:00 2001 From: Curly Date: Tue, 9 Jul 2024 10:19:55 +0200 Subject: [PATCH 1/2] chore: Updated nuget dependencies --- MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj b/MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj index 5cfbc51..61354df 100644 --- a/MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj +++ b/MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From f356a64c9c718d53ad7fab42be441e4789624e7b Mon Sep 17 00:00:00 2001 From: Curly Date: Tue, 9 Jul 2024 10:20:16 +0200 Subject: [PATCH 2/2] chore: Make sure that dependabot groups all updates into one PR --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7a255a..940d0b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,7 @@ updates: interval: "daily" reviewers: - "niklas-schmidt-traperto" + groups: + dependencies: + patterns: + - "*" \ No newline at end of file