From e025df3d9b2ecf63cd4621c6b16034e08d66341a Mon Sep 17 00:00:00 2001 From: Archi Date: Thu, 3 Mar 2022 13:42:59 +0100 Subject: [PATCH] Downgrade ASF-ui due to https://github.com/JustArchiNET/ASF-ui/issues/1556 --- .github/renovate.json5 | 8 ++++++++ ASF-ui | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 200c54878..7a0bd578b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,6 +19,14 @@ "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 } ] } diff --git a/ASF-ui b/ASF-ui index 59d94425e..156992e88 160000 --- a/ASF-ui +++ b/ASF-ui @@ -1 +1 @@ -Subproject commit 59d94425e1959a5d70cfbd342e6e0453b569a395 +Subproject commit 156992e88d5c695375e9f69c29f2c68bec24d2b1