Fix renovate schedule settings (#2979)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user