diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-06 21:14:50 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-07 11:28:58 +0530 |
commit | 83fc3e6b874865a44be339ff363776e58d9ad8fe (patch) | |
tree | 989733aa486d1b89da8a2161004f881d4d964521 /.github/renovate.json | |
parent | c12dfbefe06b3f95627bd10cf4a53ee3110fc99e (diff) |
renovate: Compose libraries are no longer version aligned
Diffstat (limited to '.github/renovate.json')
-rw-r--r-- | .github/renovate.json | 4 |
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" } |