renovate: group Kotlin updates

This commit is contained in:
Harsh Shandilya 2022-06-09 09:58:02 +05:30
parent 576012d011
commit 230d87f8d9
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -7,6 +7,10 @@
{
"matchPackagePatterns": ["^androidx.compose"],
"groupName": "jetpack-compose"
},
{
"matchPackagePatterns": ["^kotlin", "^org.jetbrains.kotlin"],
"groupName": "kotlin"
}
]
}