2023-08-30 16:52:59 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2023-08-30 21:42:58 +08:00
|
|
|
"extends": ["config:base"],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
2024-08-02 04:41:19 +08:00
|
|
|
"groupName": "all non-major dependencies",
|
|
|
|
"groupSlug": "all-minor-patch",
|
|
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
|
|
"extends": ["schedule:weekly"]
|
2024-06-21 03:38:48 +08:00
|
|
|
},
|
2024-06-21 04:00:52 +08:00
|
|
|
{
|
|
|
|
"groupName": "GitHub Actions",
|
|
|
|
"matchDepTypes": ["action"],
|
|
|
|
"pinDigests": true,
|
|
|
|
"extends": ["schedule:monthly"]
|
|
|
|
},
|
2024-06-21 03:38:48 +08:00
|
|
|
{
|
|
|
|
"description": "Disable Renovate for packages we want to monitor ourselves",
|
|
|
|
"groupName": "manually updated packages",
|
2024-06-21 04:00:52 +08:00
|
|
|
"matchDepNames": ["matrix-js-sdk"],
|
2023-08-30 21:42:58 +08:00
|
|
|
"enabled": false
|
2024-06-21 03:38:48 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "matrix-widget-api",
|
2024-06-21 04:00:52 +08:00
|
|
|
"matchDepNames": ["matrix-widget-api"]
|
2024-06-21 03:38:48 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "Compound",
|
|
|
|
"matchPackagePrefixes": ["@vector-im/compound-"],
|
|
|
|
"schedule": "before 5am on Tuesday and Friday"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "LiveKit client",
|
2024-06-21 04:00:52 +08:00
|
|
|
"matchDepNames": ["livekit-client"]
|
2024-06-21 03:38:48 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "LiveKit components",
|
|
|
|
"matchPackagePrefixes": ["@livekit/components-"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "Vaul",
|
2024-06-21 04:00:52 +08:00
|
|
|
"matchDepNames": ["vaul"],
|
2024-06-21 03:38:48 +08:00
|
|
|
"extends": ["schedule:monthly"],
|
|
|
|
"prHeader": "Please review modals on mobile for visual regressions."
|
2023-08-30 21:42:58 +08:00
|
|
|
}
|
2023-11-30 05:45:59 +08:00
|
|
|
],
|
2024-09-28 04:02:12 +08:00
|
|
|
"semanticCommits": "disabled",
|
|
|
|
"ignoreDeps": ["posthog-js"]
|
2023-08-30 16:52:59 +08:00
|
|
|
}
|