From 8e055fe5870191b39a35ee7da8b2983af9141460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= Date: Sun, 7 Apr 2024 16:46:50 +0200 Subject: [PATCH] Kill unused packageRules --- .github/renovate.json5 | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 200c54878961d..ae41fb76e6929 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,13 +12,5 @@ ], "git-submodules": { "enabled": true - }, - "packageRules": [ - { - // 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" ] - } - ] + } }