From f844062980e65822a99632e2e68b6bdd3cf979c7 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 23 Sep 2023 10:49:10 +0530 Subject: [PATCH] fix(renovate): disable compose-bom updates The current alphas have a regression causing crashes when expanding/collapsing comments. --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bbfcb8fb..d2fea7c0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,7 +33,6 @@ "^androidx.*", ], "matchPackageNames": [ - "dev.chrisbanes.compose:compose-bom", ], "groupName": "androidx" }, @@ -48,6 +47,7 @@ "matchPackageNames": [ "com.android.tools:r8", "com.squareup.anvil", + "dev.chrisbanes.compose:compose-bom", ], "enabled": false, },