From fcc96c4afe3a0ecbe596af31e38b3a90f1195afc Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Tue, 1 Oct 2024 14:13:54 -0600 Subject: [PATCH] Ignore xunit.extensibility.execution Because as an xunit extension, referencing an older version is preferable so that more folks can use our library. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 63e3e89..a37dd14 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,5 @@ updates: directory: / schedule: interval: weekly + ignore: + - dependency-name: xunit.extensibility.execution