diff --git a/ProtectedNumbers.sln b/ProtectedNumbers.sln index 55f6968..2909bf2 100644 --- a/ProtectedNumbers.sln +++ b/ProtectedNumbers.sln @@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02-files", "02-files", "{DF .config\dotnet-tools.json = .config\dotnet-tools.json global.json = global.json .junie\guidelines.md = .junie\guidelines.md + renovate.json = renovate.json EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01-src", "01-src", "{499B92F7-0036-4B5C-AE09-BA6DE023EC76}" diff --git a/renovate.json b/renovate.json index 11af57b..b67f097 100644 --- a/renovate.json +++ b/renovate.json @@ -23,6 +23,30 @@ ], "commitMessagePrefix": ":arrow_down: chore:", "commitMessageAction": "downgrade" + }, + { + "matchManagers": ["nuget"], + "matchDatasources": ["nuget"], + "matchFileNames": ["Directory.Packages.props"], + "matchPackageNames": ["FastEndpoints"], + "matchCurrentVersion": "5.x", + "enabled": false + }, + { + "matchManagers": ["nuget"], + "matchDatasources": ["nuget"], + "matchFileNames": ["Directory.Packages.props"], + "matchPackageNames": ["Microsoft.NET.Test.Sdk"], + "matchCurrentVersion": "17.x", + "enabled": false + }, + { + "matchManagers": ["nuget"], + "matchDatasources": ["nuget"], + "matchFileNames": ["Directory.Packages.props"], + "matchPackageNames": ["NUnit3TestAdapter"], + "matchCurrentVersion": "5.x", + "enabled": false } ] }