From bc3275fa9d183d57005b84e132366b2a64df4589 Mon Sep 17 00:00:00 2001 From: Archi Date: Wed, 15 Dec 2021 12:14:56 +0100 Subject: [PATCH] Misc --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 98b2a6e12..200c54878 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -17,6 +17,7 @@ { // TODO: <= 3.1 for Mono support, last failed version 6.12, https://steamcommunity.com/groups/archiasf/discussions/1/2997673517556002529 "allowedVersions": "<= 3.1", + "matchManagers": [ "nuget" ], "matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ] } ]