fix(renovate): add Compose compiler dep in the Kotlin group

This commit is contained in:
Harsh Shandilya 2022-11-13 00:48:23 +05:30
parent 213b332025
commit dbbfe95f40
No known key found for this signature in database

View file

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