From 17666a18481372d17119a0608a3397697b7babd9 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 13 Oct 2023 09:24:53 +0100 Subject: [PATCH] Group xunit updates Group updates to xunit. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42c20c16..8ec52bb8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,10 @@ updates: timezone: Europe/London - package-ecosystem: nuget directory: "/" + groups: + xunit: + patterns: + - xunit* schedule: interval: daily time: "05:30"