2023-08-30 08:52:59 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2025-01-29 16:27:21 +00:00
|
|
|
"extends": [
|
|
|
|
|
"config:recommended",
|
|
|
|
|
"schedule:monthly",
|
|
|
|
|
":enableVulnerabilityAlertsWithLabel(security)"
|
|
|
|
|
],
|
|
|
|
|
"addLabels": ["dependencies"],
|
|
|
|
|
"minimumReleaseAge": "5 days",
|
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",
|
2025-01-29 16:27:21 +00:00
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
2024-06-20 15:38:48 -04:00
|
|
|
},
|
2024-06-20 16:00:52 -04:00
|
|
|
{
|
|
|
|
|
"groupName": "GitHub Actions",
|
|
|
|
|
"matchDepTypes": ["action"],
|
2025-01-29 16:27:21 +00:00
|
|
|
"pinDigests": true
|
2024-06-20 16:00:52 -04:00
|
|
|
},
|
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",
|
2025-01-29 16:27:21 +00:00
|
|
|
"matchDepNames": ["matrix-widget-api"],
|
2025-01-29 18:21:08 +00:00
|
|
|
"extends": ["schedule:weekly"]
|
2024-06-20 15:38:48 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"groupName": "Compound",
|
2025-01-29 16:27:21 +00:00
|
|
|
"matchPackageNames": ["@vector-im/compound-{/,}**"],
|
2025-01-29 18:21:08 +00:00
|
|
|
"extends": ["schedule:weekly"]
|
2024-06-20 15:38:48 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"groupName": "LiveKit client",
|
2025-01-29 16:27:21 +00:00
|
|
|
"matchDepNames": ["livekit-client"],
|
2025-01-29 18:21:08 +00:00
|
|
|
"extends": ["schedule:weekly"]
|
2024-06-20 15:38:48 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"groupName": "LiveKit components",
|
2025-01-29 16:27:21 +00:00
|
|
|
"matchPackageNames": ["@livekit/components-{/,}**"],
|
2025-01-29 18:21:08 +00:00
|
|
|
"extends": ["schedule:weekly"]
|
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
|
|
|
"prHeader": "Please review modals on mobile for visual regressions."
|
2025-04-07 17:52:19 +02:00
|
|
|
},
|
|
|
|
|
{
|
2025-04-11 12:37:35 +02:00
|
|
|
"groupName": "embedded package dependencies",
|
|
|
|
|
"matchFileNames": ["embedded/**/*"]
|
2025-04-07 17:52:19 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"groupName": "Yarn",
|
2025-04-11 12:39:51 +02:00
|
|
|
"matchDepNames": ["yarn"]
|
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",
|
2025-06-03 09:22:44 -04:00
|
|
|
"ignoreDeps": ["posthog-js", "eslint-plugin-matrix-org"],
|
2025-01-29 16:27:21 +00:00
|
|
|
"vulnerabilityAlerts": {
|
|
|
|
|
"schedule": ["at any time"],
|
|
|
|
|
"prHourlyLimit": 0,
|
|
|
|
|
"minimumReleaseAge": null
|
|
|
|
|
}
|
2023-08-30 08:52:59 +00:00
|
|
|
}
|