aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-11-13 00:48:23 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-11-13 00:48:23 +0530
commitdbbfe95f405f7d2afbdb3fc2eb8161f6389b5bfa (patch)
tree76c9f419d42e057413a3dd0923abdd80c66e4326 /.github
parent213b332025e12124f236466361bb6db33cdfa918 (diff)
fix(renovate): add Compose compiler dep in the Kotlin group
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json3
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"
},