From 51d34dba8383e9ba5845e3fb45e4ae4abf95e2a4 Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Tue, 28 Jul 2026 11:38:05 +0100 Subject: [PATCH] stop dependabot trying to update GHATL --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b682eba9..2e31dc46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"]