We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce0a63 commit db82820Copy full SHA for db82820
2 files changed
renovate.json
@@ -2,5 +2,13 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended"
5
+ ],
6
+ "packageRules": [
7
+ {
8
+ "matchPackageNames": [
9
+ "FluentAssertions"
10
11
+ "allowedVersions": "<8.0.0"
12
+ }
13
]
14
}
src/SignhostAPIClient.Tests/SignhostAPIClient.Tests.csproj
@@ -11,7 +11,7 @@
<ItemGroup Label="Package References">
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
- <PackageReference Include="FluentAssertions" Version="8.7.0" />
+ <PackageReference Include="FluentAssertions" Version="7.2.0" />
15
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
16
<PackageReference Include="xunit" Version="2.9.3" />
17
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
0 commit comments