Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Loading