From 680d43f78c31279c103dac5bc6a1fb3ad43816b0 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 19 Oct 2023 01:18:42 +0530 Subject: [PATCH] Revert "fix(renovate): disable compose-bom updates" Let's try this again, shall we? This reverts commit f844062980e65822a99632e2e68b6bdd3cf979c7. --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d2fea7c0..bbfcb8fb 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,6 +33,7 @@ "^androidx.*", ], "matchPackageNames": [ + "dev.chrisbanes.compose:compose-bom", ], "groupName": "androidx" }, @@ -47,7 +48,6 @@ "matchPackageNames": [ "com.android.tools:r8", "com.squareup.anvil", - "dev.chrisbanes.compose:compose-bom", ], "enabled": false, },