diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-05-01 19:59:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 14:29:17 +0000 |
commit | e025b120ed18668418e8cf66830a0590dbc4ab08 (patch) | |
tree | 2e488831c01f1c1827397d463dcf7badf5037907 /.github/renovate.json | |
parent | ce29d22ee7d51a3cbe354c451e6974bd545325e7 (diff) |
Configure Renovate to batch Compose updates (#1887)
Diffstat (limited to '.github/renovate.json')
-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" + } ] } |