fix(renovate): add Compose compiler dep in the Kotlin group
This commit is contained in:
parent
213b332025
commit
dbbfe95f40
1 changed files with 2 additions and 1 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
@ -7,7 +7,8 @@
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^kotlin",
|
"^kotlin",
|
||||||
"^org.jetbrains.kotlin"
|
"^org.jetbrains.kotlin",
|
||||||
|
"^androidx.compose.compiler"
|
||||||
],
|
],
|
||||||
"groupName": "kotlin"
|
"groupName": "kotlin"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue