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-02-21 21:46:42 +08:00
|
|
|
"semanticCommits": "disabled",
|
2023-11-30 05:45:59 +08:00
|
|
|
"ignoreDeps": [
|
|
|
|
"@react-aria/button",
|
|
|
|
"@react-aria/focus",
|
|
|
|
"@react-aria/menu",
|
|
|
|
"@react-aria/overlays",
|
|
|
|
"@react-aria/select",
|
|
|
|
"@react-aria/tabs",
|
|
|
|
"@react-aria/tooltip",
|
|
|
|
"@react-aria/utils",
|
|
|
|
"@react-stately/collections",
|
|
|
|
"@react-stately/select",
|
|
|
|
"@react-stately/tooltip",
|
2024-02-22 03:59:21 +08:00
|
|
|
"@react-stately/tree",
|
|
|
|
"@react-types/dialog"
|
2023-08-30 16:52:59 +08:00
|
|
|
]
|
|
|
|
}
|