From e37f36937ebb7e10181fe67a2c396ce7339a7623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:46:12 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 556a876a..97c776ec 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], + "extends": ["config:recommended"], "packageRules": [ { "groupName": "all non-major dependencies", @@ -26,8 +26,8 @@ }, { "groupName": "Compound", - "matchPackagePrefixes": ["@vector-im/compound-"], - "schedule": "before 5am on Tuesday and Friday" + "schedule": "before 5am on Tuesday and Friday", + "matchPackageNames": ["@vector-im/compound-{/,}**"] }, { "groupName": "LiveKit client", @@ -35,7 +35,7 @@ }, { "groupName": "LiveKit components", - "matchPackagePrefixes": ["@livekit/components-"] + "matchPackageNames": ["@livekit/components-{/,}**"] }, { "groupName": "Vaul",