From e4b0029d118e3b12be0cb2ca308633d0a51b06da Mon Sep 17 00:00:00 2001 From: Gabriel Weyer Date: Sat, 18 Jan 2025 16:38:21 +1100 Subject: [PATCH] Ignore Microsoft.Extensions.Hosting Dependabot major version --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9eb6d26..b256dda 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: schedule: interval: "weekly" day: "saturday" + ignore: + - dependency-name: "Microsoft.Extensions.Hosting" + update-types: ["version-update:semver-major"] groups: xunit: patterns: