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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
# GHATL 3.x is built against Microsoft.Testing.Platform 2.0 (MTP v2), but
# our test stack (xunit.v3 3.x) is still on MTP v1 (pins MTP 1.9.1), so 3.x
# fails to build. Revisit once we move to xunit.v3 4.x / MTP v2.
- dependency-name: "GitHubActionsTestLogger"
versions: [">=3.0.0"]
Loading