From c54a8d5bf792289bfa1462a4bbfedfe7eceed5e6 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 13 Oct 2023 09:40:06 +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 3d35789f734..6fd0e1ba388 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: timezone: "America/New_York" - package-ecosystem: nuget directory: "/" + groups: + xunit: + patterns: + - xunit* schedule: interval: weekly day: thursday