From 18a17afdb390f0ec2eecb51195da00fcbc06631d Mon Sep 17 00:00:00 2001 From: Marty T <120425148+tippmar-nr@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:24:15 -0500 Subject: [PATCH] ci: Remove xunit from dependabot package list (#2685) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e6723ea8..ddd8640fd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -43,4 +43,5 @@ updates: - dependency-name: "Microsoft.VisualStudio.Threading.Analyzers" - dependency-name: "NUnit*" - dependency-name: "Selenium*" - - dependency-name: "xunit*" +# Enable xunit after we fix the v2.9.0 upgrade blocker https://github.com/newrelic/newrelic-dotnet-agent/issues/2684 +# - dependency-name: "xunit*"