Fix renovate schedule settings (#2979)

This commit is contained in:
Hugh Nimmo-Smith
2025-01-29 18:21:08 +00:00
committed by GitHub
parent 7ba7ddcdc5
commit 1d1289b7bf

View File

@@ -27,22 +27,22 @@
{ {
"groupName": "matrix-widget-api", "groupName": "matrix-widget-api",
"matchDepNames": ["matrix-widget-api"], "matchDepNames": ["matrix-widget-api"],
"schedule": ["weekly"] "extends": ["schedule:weekly"]
}, },
{ {
"groupName": "Compound", "groupName": "Compound",
"matchPackageNames": ["@vector-im/compound-{/,}**"], "matchPackageNames": ["@vector-im/compound-{/,}**"],
"schedule": ["weekly"] "extends": ["schedule:weekly"]
}, },
{ {
"groupName": "LiveKit client", "groupName": "LiveKit client",
"matchDepNames": ["livekit-client"], "matchDepNames": ["livekit-client"],
"schedule": ["weekly"] "extends": ["schedule:weekly"]
}, },
{ {
"groupName": "LiveKit components", "groupName": "LiveKit components",
"matchPackageNames": ["@livekit/components-{/,}**"], "matchPackageNames": ["@livekit/components-{/,}**"],
"schedule": ["weekly"] "extends": ["schedule:weekly"]
}, },
{ {
"groupName": "Vaul", "groupName": "Vaul",