fix(renovate): group Kotlin and Compose compiler updates for Renovate

This commit is contained in:
Harsh Shandilya 2023-06-29 20:05:49 +05:30
parent 4206efdca0
commit 168d6d437e
No known key found for this signature in database

View file

@ -22,6 +22,14 @@
], ],
"groupName": "androidx" "groupName": "androidx"
}, },
{
// Compose compiler is tightly coupled to Kotlin version
"groupName": "Kotlin and Compose",
"matchPackagePrefixes": [
"androidx.compose.compiler",
"org.jetbrains.kotlin",
],
},
{ {
"matchPackagePatterns": [ "matchPackagePatterns": [
"^io.sentry", "^io.sentry",
@ -29,13 +37,6 @@
], ],
"groupName": "sentry" "groupName": "sentry"
}, },
{
"matchPackagePatterns": [
"^kotlin",
"^org.jetbrains.kotlin",
],
"groupName": "kotlin"
},
{ {
"managers": [ "managers": [
"gradle" "gradle"