From d834299498657e94aeca2ff7acf9bf6c6028f57d Mon Sep 17 00:00:00 2001 From: Malte Kunath Date: Fri, 14 Aug 2026 22:10:59 +0200 Subject: [PATCH] chore: adjust renovate config to disable minor updates for TUnit because of breaking changes Signed-off-by: Malte Kunath --- renovate.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/renovate.json b/renovate.json index ef291d088..c24ae4c44 100644 --- a/renovate.json +++ b/renovate.json @@ -90,6 +90,22 @@ ], "allowedVersions": "4.x" }, + { + "matchManagers": [ + "nuget" + ], + "matchFileNames": [ + "ArchUnitNET.TUnitTests/ArchUnitNET.TUnitTests.csproj" + ], + "matchPackageNames": [ + "TUnit{/,}**" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "enabled": false + }, { "matchDepNames": [ "dotnet-sdk"