diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-13 00:48:23 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-13 00:48:23 +0530 |
commit | dbbfe95f405f7d2afbdb3fc2eb8161f6389b5bfa (patch) | |
tree | 76c9f419d42e057413a3dd0923abdd80c66e4326 | |
parent | 213b332025e12124f236466361bb6db33cdfa918 (diff) |
fix(renovate): add Compose compiler dep in the Kotlin group
-rw-r--r-- | .github/renovate.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index 43df9a80..aa673503 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,8 @@ { "matchPackagePatterns": [ "^kotlin", - "^org.jetbrains.kotlin" + "^org.jetbrains.kotlin", + "^androidx.compose.compiler" ], "groupName": "kotlin" }, |