From badfd75ebb0cc94d2ac2ed243084d7fb23c4d8da Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sun, 29 Sep 2024 09:48:43 +0700 Subject: [PATCH] fix(renovate): Fix "invalid JSON" --- .renovaterc.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 15caceb06a..e613bba6d5 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -14,12 +14,12 @@ "matchPackageNames": [ "com.github.arkon.FlexibleAdapter:flexible-adapter-ui", "com.github.arkon.FlexibleAdapter:flexible-adapter", - "com.github.CarlosEsco:ViewTooltip" + "com.github.CarlosEsco:ViewTooltip", "com.github.null2264:subsampling-scale-image-view", "com.github.null2264:injekt-koin", "com.github.tachiyomiorg:image-decoder", "com.github.tachiyomiorg:unifile", - "com.github.tachiyomiorg:conductor-support-preference", + "com.github.tachiyomiorg:conductor-support-preference" ], "enabled": false }