From 981b1ce699ce1e3de1f6f56922ea69c116463c2c Mon Sep 17 00:00:00 2001 From: Raghu Date: Thu, 30 Jul 2026 10:27:15 +0100 Subject: [PATCH] CONFIG: lock FluentAssertions in Dependabot config (ignore 8.x/9.x/10.x) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 87d79c2..c25be37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,6 @@ updates: prefix: "CONFIG" labels: - "dependencies" + ignore: + - dependency-name: "FluentAssertions" + versions: ["8.x", "9.x", "10.x", "*"]