From 8177d1d14198dc77e29534e90d0d298fa5a299fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:21:17 +0200 Subject: [PATCH] ci: ignore xunit.v3 major bumps until Avalonia.Headless.XUnit is compatible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d40cae3..c1be358 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,10 @@ updates: avalonia: patterns: - "Avalonia*" + # xunit.v3 4.0.0 removes the TestIntrospectionHelper.GetTestCaseDetails() + # overload that Avalonia.Headless.XUnit 12.1.1 still calls, breaking all + # acceptance tests (AvaloniaUI/Avalonia#22072). Drop this ignore once + # Avalonia ships a compatible package. + ignore: + - dependency-name: "xunit.v3" + update-types: ["version-update:semver-major"]