Skip to content

Commit c7b83c1

Browse files
Exclude xunit.v3 and TUnit from Updates for released packages
Signed-off-by: Alexander Linne <alexander.linne@tngtech.com>
1 parent b303645 commit c7b83c1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030
"matchFileNames": [
3131
"ArchUnitNET.MSTestV2/ArchUnitNET.MSTestV2.csproj",
3232
"ArchUnitNET.NUnit/ArchUnitNET.NUnit.csproj",
33-
"ArchUnitNET.XUnit/ArchUnitNET.XUnit.csproj"
33+
"ArchUnitNET.xUnit/ArchUnitNET.xUnit.csproj",
34+
"ArchUnitNET.xUnitV3/ArchUnitNET.xUnitV3.csproj",
35+
"ArchUnitNET.TUnit/ArchUnitNET.TUnit.csproj"
3436
],
35-
"matchPackagePrefixes": ["xunit", "nunit", "NUnit", "MSTest"],
37+
"matchPackagePrefixes": ["xunit", "nunit", "NUnit", "MSTest", "TUnit"],
3638
"matchPackageNames": ["Microsoft.NET.Test.Sdk", "JetBrains.Annotations"],
3739
"enabled": false
3840
},

0 commit comments

Comments
 (0)