Skip to content

Commit c68201e

Browse files
chore(deps): update xunit-dotnet monorepo (#26)
* chore(deps): update xunit-dotnet monorepo * ci: fix renovate automerge --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adrien Hupond <[email protected]>
1 parent fd6eedf commit c68201e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
"packageRules": [
99
{
1010
"matchUpdateTypes": [
11+
"minor",
1112
"patch",
1213
"digest",
1314
"pinDigest"
1415
],
15-
"matchCurrentVersion": ">= 1.0.0",
16+
"matchCurrentVersion": "!/^0/",
1617
"automerge": true
1718
}
1819
],

src/ArwynFr.IntegrationTesting/ArwynFr.IntegrationTesting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="OpenTelemetry.Exporter.InMemory" Version="1.8.0" />
2727
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.8.0" />
2828
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.8.0" />
29-
<PackageReference Include="XUnit" Version="2.7.0" />
29+
<PackageReference Include="XUnit" Version="2.7.1" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

test/ArwynFr.IntegrationTesting.Tests/ArwynFr.IntegrationTesting.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PackageReference>
1313
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)