From 39f211c05e204146c71325483934906e0fbf9b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Salcedo=20Garc=C3=ADa?= Date: Tue, 12 Mar 2024 08:27:38 +0100 Subject: [PATCH] chore: group mokkery within Kotlin dependency --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 65baf0115..1c57b9d63 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -16,11 +16,12 @@ ], "packageRules": [ { - "groupName": "Kotlin, KSP and Compose", + "groupName": "Kotlin Dependants", "groupSlug": "kotlin", "matchPackagePrefixes": [ "com.google.devtools.ksp", "org.jetbrains.compose", + "dev.mokkery", ], "matchPackagePatterns": [ "org.jetbrains.kotlin.*",