From 054d6a9e480e1761e507d123c8aa590c85cb16fe Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 11 Apr 2025 12:26:25 +0200 Subject: [PATCH] Update renvovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 392a6631..f4068d3d 100644 --- a/renovate.json +++ b/renovate.json @@ -51,7 +51,7 @@ }, { "groupName": "bundled element-call dependencies", - "matchPackageNames": [ + "matchDepNames": [ "com.vanniktech.maven.publish", "com.android.library", "com.android.tools.build", @@ -60,7 +60,7 @@ }, { "groupName": "Yarn", - "matchPackageNames": ["yarn"], + "matchDepNames": ["yarn"], "extends": ["schedule:weekly"] } ],