From 1d1289b7bf51fa4f095e73859b9aa92540bf6bb4 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 29 Jan 2025 18:21:08 +0000 Subject: [PATCH] Fix renovate schedule settings (#2979) --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index afb8fa40..31709cf0 100644 --- a/renovate.json +++ b/renovate.json @@ -27,22 +27,22 @@ { "groupName": "matrix-widget-api", "matchDepNames": ["matrix-widget-api"], - "schedule": ["weekly"] + "extends": ["schedule:weekly"] }, { "groupName": "Compound", "matchPackageNames": ["@vector-im/compound-{/,}**"], - "schedule": ["weekly"] + "extends": ["schedule:weekly"] }, { "groupName": "LiveKit client", "matchDepNames": ["livekit-client"], - "schedule": ["weekly"] + "extends": ["schedule:weekly"] }, { "groupName": "LiveKit components", "matchPackageNames": ["@livekit/components-{/,}**"], - "schedule": ["weekly"] + "extends": ["schedule:weekly"] }, { "groupName": "Vaul",