From 5bd31f0073c62b0ee010a570d156efe3dee5c9c4 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 11 May 2023 00:44:49 +0530 Subject: fix(renovate): group all AndroidX updates together --- .github/renovate.json5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github/renovate.json5') diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 028a165c..fe3fb5e5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -16,11 +16,16 @@ "https://plugins.gradle.org/m2/", ], }, + { + "matchPackagePatterns": [ + "^androidx.*", + ], + "groupName": "androidx" + }, { "matchPackagePatterns": [ "^kotlin", "^org.jetbrains.kotlin", - "^androidx.compose.compiler" ], "groupName": "kotlin" }, -- cgit v1.2.3