diff options
-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" }, |