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