From 7127cd529216047be4460cccd8bfa4fc201b1cbf Mon Sep 17 00:00:00 2001 From: Oscar Spruit Date: Fri, 21 Jun 2024 14:12:25 +0200 Subject: [PATCH 1/2] Add KSP to Kotlin update group --- renovate.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 1a1d02784a..869b5a77e0 100644 --- a/renovate.json +++ b/renovate.json @@ -7,15 +7,11 @@ "packageRules" : [ { "matchPackagePatterns": [ - "androidx.compose.compiler:compiler" - ], - "groupName": "kotlin" - }, - { - "matchPackagePatterns": [ + "androidx.compose.compiler:compiler", + "com.google.devtools.ksp", "org.jetbrains.kotlin.*" ], - "groupName": "kotlin" + "groupName": "Kotlin" }, { "matchPackagePatterns" : ["*"], From 413a1db6301c42e2c1131b258b2b2547bf8e604b Mon Sep 17 00:00:00 2001 From: Oscar Spruit Date: Fri, 21 Jun 2024 14:14:26 +0200 Subject: [PATCH 2/2] Group Kotlin Coroutine updates Before it was part of the Kotlin group, but since coroutines is not dependent on Kotlin it doesn't make sense. --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 869b5a77e0..84a4eeff45 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,12 @@ ], "labels": ["Dependencies"], "packageRules" : [ + { + "matchPackagePatterns": [ + "org.jetbrains.kotlinx:kotlinx-coroutines.*" + ], + "groupName": "Kotlin Coroutines" + }, { "matchPackagePatterns": [ "androidx.compose.compiler:compiler",