diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 74462ba..864a915 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,6 @@ updates: schedule: interval: daily time: "04:00" + ignore: + - dependency-name: FluentAssertions + versions: [">=8.0.0"]