From dd311cd4d092fcafba1a19881ceb41ce4baf6692 Mon Sep 17 00:00:00 2001 From: filzrev <103790468+filzrev@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:23:38 +0900 Subject: [PATCH] chore: Update Verify.Xunit dependencies --- .github/dependabot.yml | 5 +++++ Directory.Packages.props | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a36c6950472..4654d707d57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,11 @@ updates: patterns: - "Spectre.Console" - "Spectre.Console.*" + xunit: + patterns: + - "xunit" + - "xunit.*" + - "Verify.Xunit" - package-ecosystem: npm target-branch: main diff --git a/Directory.Packages.props b/Directory.Packages.props index 3db65af904d..965d276a779 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -43,8 +43,8 @@ - + - + \ No newline at end of file