From 2e8ad5897994d5d49c235bc478dc075b87f4307b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 19 Oct 2023 01:31:42 +0530 Subject: [PATCH] Revert "Revert "fix(renovate): disable compose-bom updates"" Still broken :( This reverts commit 680d43f78c31279c103dac5bc6a1fb3ad43816b0. --- .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, },