diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-06-29 20:05:49 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-06-29 20:05:49 +0530 |
commit | 168d6d437e8e7e955a8832d809cd99bf7643b283 (patch) | |
tree | b966dfed84b3c54d3b6ec65539a6e7e19fed2881 /.github/renovate.json5 | |
parent | 4206efdca05141e0a8278af3208ece818fcdf8f6 (diff) |
fix(renovate): group Kotlin and Compose compiler updates for Renovate
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ee7979ea..ba848b42 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -23,18 +23,19 @@ "groupName": "androidx" }, { - "matchPackagePatterns": [ - "^io.sentry", - "^sentry", + // Compose compiler is tightly coupled to Kotlin version + "groupName": "Kotlin and Compose", + "matchPackagePrefixes": [ + "androidx.compose.compiler", + "org.jetbrains.kotlin", ], - "groupName": "sentry" }, { "matchPackagePatterns": [ - "^kotlin", - "^org.jetbrains.kotlin", + "^io.sentry", + "^sentry", ], - "groupName": "kotlin" + "groupName": "sentry" }, { "managers": [ |