diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index 3599d1c6..8efef208 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,11 @@ "extends": [ "config:base", ":dependencyDashboard" + ], + "packageRules": [ + { + "matchPackagePatterns": ["^androidx.compose"], + "groupName": "jetpack-compose" + } ] } |