From b39efb2b03f9e4a247e95d2d6c50c833266cb836 Mon Sep 17 00:00:00 2001 From: Archi Date: Fri, 18 Mar 2022 12:12:38 +0100 Subject: [PATCH] Re-enable ASF-ui updates --- .github/renovate.json5 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7a0bd578b..200c54878 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,14 +19,6 @@ "allowedVersions": "<= 3.1", "matchManagers": [ "nuget" ], "matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ] - }, - { - // TODO: ASF-ui bug, https://github.com/JustArchiNET/ASF-ui/issues/1556 - "matchManagers": ["git-submodules"], - "matchPackageNames": [ - "ASF-ui" - ], - "enabled": false } ] }