Skip to content

Commit

Permalink
Merge pull request #1672 from Adyen/renovate-kotlin-grouping
Browse files Browse the repository at this point in the history
Improve Renovate Kotlin grouping
  • Loading branch information
OscarSpruit authored Jun 21, 2024
2 parents 831ebb7 + 413a1db commit a1f8259
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
"packageRules" : [
{
"matchPackagePatterns": [
"androidx.compose.compiler:compiler"
"org.jetbrains.kotlinx:kotlinx-coroutines.*"
],
"groupName": "kotlin"
"groupName": "Kotlin Coroutines"
},
{
"matchPackagePatterns": [
"androidx.compose.compiler:compiler",
"com.google.devtools.ksp",
"org.jetbrains.kotlin.*"
],
"groupName": "kotlin"
"groupName": "Kotlin"
},
{
"matchPackagePatterns" : ["*"],
Expand Down

0 comments on commit a1f8259

Please sign in to comment.