From 0a90bab5ef2edeed37488c7ac57cd1557bc26a4a Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Sat, 18 Nov 2023 16:32:17 +0000 Subject: [PATCH] Group dependency updates Update Polly and xunit packages together. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b4cae9..8bf4adb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,13 @@ updates: timezone: "America/New_York" - package-ecosystem: nuget directory: "/" + groups: + polly: + patterns: + - Polly* + xunit: + patterns: + - xunit* schedule: interval: weekly day: thursday