From 61b51756c9736e415cc531ef956de9fec5fa6471 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sun, 29 Sep 2024 09:46:09 +0700 Subject: [PATCH] fix(renovate): Ignore injekt-koin [skip ci] --- .renovaterc.json5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index e5a0ad800c..15caceb06a 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -14,11 +14,12 @@ "matchPackageNames": [ "com.github.arkon.FlexibleAdapter:flexible-adapter-ui", "com.github.arkon.FlexibleAdapter:flexible-adapter", - "com.github.tachiyomiorg:image-decoder", + "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.CarlosEsco:ViewTooltip" ], "enabled": false }