Commit 2f2e7df 1 parent 3a710a2 commit 2f2e7df Copy full SHA for 2f2e7df
File tree 4 files changed +18
-0
lines changed
4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ updates:
5
5
schedule :
6
6
interval : daily
7
7
open-pull-requests-limit : 10
8
+ ignore :
9
+ # Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
10
+ # See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
11
+ - dependency-name : " FluentAssertions"
12
+ update-types :
13
+ - major
8
14
- package-ecosystem : " github-actions"
9
15
directory : " /"
10
16
schedule :
Original file line number Diff line number Diff line change 17
17
18
18
<ItemGroup >
19
19
<PackageReference Include =" AutoFixture" Version =" 4.18.1" />
20
+ <!--
21
+ Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
22
+ See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
23
+ -->
20
24
<PackageReference Include =" FluentAssertions" Version =" 7.0.0" />
21
25
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
22
26
<PackageReference Include =" Reqnroll.xUnit" Version =" 2.2.1" />
Original file line number Diff line number Diff line change 18
18
19
19
<ItemGroup >
20
20
<PackageReference Include =" AutoFixture" Version =" 4.18.1" />
21
+ <!--
22
+ Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
23
+ See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
24
+ -->
21
25
<PackageReference Include =" FluentAssertions" Version =" 7.0.0" />
22
26
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
23
27
<PackageReference Include =" SpecFlow.xUnit" Version =" 3.9.74" />
Original file line number Diff line number Diff line change 18
18
19
19
<ItemGroup >
20
20
<PackageReference Include =" AutoFixture" Version =" 4.18.1" />
21
+ <!--
22
+ Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
23
+ See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
24
+ -->
21
25
<PackageReference Include =" FluentAssertions" Version =" 7.0.0" />
22
26
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
23
27
<PackageReference Include =" xunit" Version =" 2.9.3" />
You can’t perform that action at this time.
0 commit comments