From 4f3631e92a44beec3ecdb13a0e1f79d0d612106f Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 13 Oct 2023 09:24:21 +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 e32b5686..f789c2b2 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"