From e025b120ed18668418e8cf66830a0590dbc4ab08 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 1 May 2022 19:59:17 +0530 Subject: Configure Renovate to batch Compose updates (#1887) --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') 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" + } ] } -- cgit v1.2.3