From 4c8b0f3a96de1a1086af2b60af67e7b9e25a1ade Mon Sep 17 00:00:00 2001 From: filzrev <103790468+filzrev@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:20:01 +0900 Subject: [PATCH] chore: add setting to suppress FluentAssertions updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4654d707d57..b7b3e42343b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,10 @@ updates: - "xunit" - "xunit.*" - "Verify.Xunit" + ignore: + - dependency-name: "FluentAssertions" + update-types: + - version-update:semver-major - package-ecosystem: npm target-branch: main