From cf111f785235b839547ef2b7a90891904a126a52 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 14 Apr 2023 01:06:36 +0530 Subject: [PATCH] fix: include Anvil updates in Kotlin bundle --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ca73fb38..e1934f76 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -21,7 +21,8 @@ "matchPackagePatterns": [ "^kotlin", "^org.jetbrains.kotlin", - "^androidx.compose.compiler" + "^androidx.compose.compiler", + "^anvil", ], "groupName": "kotlin" },