Files

74 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2023-08-30 08:52:59 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"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",
"matchUpdateTypes": ["minor", "patch"]
2024-06-20 15:38:48 -04:00
},
2024-06-20 16:00:52 -04:00
{
"groupName": "GitHub Actions",
"matchDepTypes": ["action"],
"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",
"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",
"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",
"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",
"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."
},
2026-05-20 11:47:54 +02:00
{
"groupName": "PostHog",
"matchDepNames": ["posthog-js"],
"prHeader": "Please ensure that all analytics data is still appropriately sanitized."
},
{
2025-04-11 12:37:35 +02:00
"groupName": "embedded package dependencies",
"matchFileNames": ["embedded/**/*"]
},
{
2026-04-21 10:53:56 +02:00
"groupName": "Pnpm",
"matchDepNames": ["pnpm"]
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",
2026-05-20 11:47:54 +02:00
"ignoreDeps": ["eslint-plugin-matrix-org"],
"vulnerabilityAlerts": {
"schedule": ["at any time"],
"prHourlyLimit": 0,
"minimumReleaseAge": null
}
2023-08-30 08:52:59 +00:00
}