From db8282003c2d8f5cbd205e192e1e1e8eb3ac97ae Mon Sep 17 00:00:00 2001 From: Anthony Timmers Date: Mon, 29 Sep 2025 14:31:24 +0200 Subject: [PATCH] Downgrade FluentAssertions version to 7.2.0 v8.* requires a license, also adjusts the renovate.json package rules to avoid future bump PRs. --- renovate.json | 8 ++++++++ .../SignhostAPIClient.Tests.csproj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd6..e978f0a2 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchPackageNames": [ + "FluentAssertions" + ], + "allowedVersions": "<8.0.0" + } ] } diff --git a/src/SignhostAPIClient.Tests/SignhostAPIClient.Tests.csproj b/src/SignhostAPIClient.Tests/SignhostAPIClient.Tests.csproj index a501ae26..4bdfe1d4 100644 --- a/src/SignhostAPIClient.Tests/SignhostAPIClient.Tests.csproj +++ b/src/SignhostAPIClient.Tests/SignhostAPIClient.Tests.csproj @@ -11,7 +11,7 @@ - +