From 1bc15b7b7ce51afe70d844d03bb522ac8f5bb501 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 21 May 2023 20:41:20 +0530 Subject: [PATCH] fix(renovate): disable Coil updates Coil 2.4.0 uses Kotlin 1.8.21 that we can't use yet --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d9812888..17c38c84 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -29,6 +29,7 @@ "^org.jetbrains.kotlin", "^androidx.compose.compiler", "^anvil", + "^coil", ], "enabled": false },