mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"schedule:monthly",
|
|
":enableVulnerabilityAlertsWithLabel(security)"
|
|
],
|
|
"addLabels": ["dependencies"],
|
|
"minimumReleaseAge": "5 days",
|
|
"packageRules": [
|
|
{
|
|
"groupName": "all non-major dependencies",
|
|
"groupSlug": "all-minor-patch",
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"groupName": "GitHub Actions",
|
|
"matchDepTypes": ["action"],
|
|
"pinDigests": true
|
|
},
|
|
{
|
|
"description": "Disable Renovate for packages we want to monitor ourselves",
|
|
"groupName": "manually updated packages",
|
|
"matchDepNames": ["matrix-js-sdk"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"groupName": "matrix-widget-api",
|
|
"matchDepNames": ["matrix-widget-api"],
|
|
"extends": ["schedule:weekly"]
|
|
},
|
|
{
|
|
"groupName": "Compound",
|
|
"matchPackageNames": ["@vector-im/compound-{/,}**"],
|
|
"extends": ["schedule:weekly"]
|
|
},
|
|
{
|
|
"groupName": "LiveKit client",
|
|
"matchDepNames": ["livekit-client"],
|
|
"extends": ["schedule:weekly"]
|
|
},
|
|
{
|
|
"groupName": "LiveKit components",
|
|
"matchPackageNames": ["@livekit/components-{/,}**"],
|
|
"extends": ["schedule:weekly"]
|
|
},
|
|
{
|
|
"groupName": "Vaul",
|
|
"matchDepNames": ["vaul"],
|
|
"prHeader": "Please review modals on mobile for visual regressions."
|
|
},
|
|
{
|
|
"groupName": "embedded package dependencies",
|
|
"matchFileNames": ["embedded/**/*"]
|
|
},
|
|
{
|
|
"groupName": "Yarn",
|
|
"matchDepNames": ["yarn"]
|
|
}
|
|
],
|
|
"semanticCommits": "disabled",
|
|
"ignoreDeps": ["posthog-js"],
|
|
"vulnerabilityAlerts": {
|
|
"schedule": ["at any time"],
|
|
"prHourlyLimit": 0,
|
|
"minimumReleaseAge": null
|
|
}
|
|
}
|