From a7dc289b2dd4939269b053ed0d5f24bca8794002 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Mon, 7 Apr 2025 17:52:19 +0200 Subject: [PATCH] Add yarn and bundled element call renovate group. (#3173) --- renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/renovate.json b/renovate.json index 31709cf0..392a6631 100644 --- a/renovate.json +++ b/renovate.json @@ -48,6 +48,20 @@ "groupName": "Vaul", "matchDepNames": ["vaul"], "prHeader": "Please review modals on mobile for visual regressions." + }, + { + "groupName": "bundled element-call dependencies", + "matchPackageNames": [ + "com.vanniktech.maven.publish", + "com.android.library", + "com.android.tools.build", + "gradle" + ] + }, + { + "groupName": "Yarn", + "matchPackageNames": ["yarn"], + "extends": ["schedule:weekly"] } ], "semanticCommits": "disabled",