From d81099e1928d007580d439584bf5642a239707d0 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"