aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-07-06 21:14:50 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-07-07 11:28:58 +0530
commit83fc3e6b874865a44be339ff363776e58d9ad8fe (patch)
tree989733aa486d1b89da8a2161004f881d4d964521 /.github
parentc12dfbefe06b3f95627bd10cf4a53ee3110fc99e (diff)
renovate: Compose libraries are no longer version aligned
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
index 687e4d79..583a23dc 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -5,10 +5,6 @@
],
"packageRules": [
{
- "matchPackagePatterns": ["^androidx.compose"],
- "groupName": "jetpack-compose"
- },
- {
"matchPackagePatterns": ["^kotlin", "^org.jetbrains.kotlin"],
"groupName": "kotlin"
}