From 8a569a2b6fc7fa557a65c31cb51017b9ed56c61b Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 13 Oct 2023 09:13:05 +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 9ded0e638..7e3275a98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,10 @@ updates: - "martincostello" - package-ecosystem: nuget directory: "/" + groups: + xunit: + patterns: + - xunit* schedule: interval: daily time: "05:30"