From 3b332660226704a8117bc16bb561bb68fbb8614a Mon Sep 17 00:00:00 2001 From: Malte Kunath Date: Fri, 14 Aug 2026 19:00:31 +0200 Subject: [PATCH] chore: revert renovate config simplifications from #477 Signed-off-by: Malte Kunath --- renovate.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index 20fb7e2bc..ef291d088 100644 --- a/renovate.json +++ b/renovate.json @@ -59,17 +59,36 @@ "nuget" ], "matchFileNames": [ - "ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj", - "ArchUnitNET.MSTestV3Tests/ArchUnitNET.MSTestV3Tests.csproj", - "ArchUnitNET.MSTestV4Tests/ArchUnitNET.MSTestV4Tests.csproj" + "ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj" ], "matchPackageNames": [ "MSTest{/,}**" ], - "matchUpdateTypes": [ - "major" + "allowedVersions": "2.x" + }, + { + "matchManagers": [ + "nuget" ], - "enabled": false + "matchFileNames": [ + "ArchUnitNET.MSTestV3Tests/ArchUnitNET.MSTestV3Tests.csproj" + ], + "matchPackageNames": [ + "MSTest{/,}**" + ], + "allowedVersions": "3.x" + }, + { + "matchManagers": [ + "nuget" + ], + "matchFileNames": [ + "ArchUnitNET.MSTestV4Tests/ArchUnitNET.MSTestV4Tests.csproj" + ], + "matchPackageNames": [ + "MSTest{/,}**" + ], + "allowedVersions": "4.x" }, { "matchDepNames": [