diff options
Diffstat (limited to '.github')
-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" } |