forked from mui/base-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
30 lines (30 loc) · 895 Bytes
/
renovate.json
File metadata and controls
30 lines (30 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>mui/mui-public//renovate/default"],
"schedule": "* 2-6 * * 5",
"lockFileMaintenance": {
"schedule": "* 0-4 4 * *"
},
"packageRules": [
{
"groupName": "Floating UI",
"description": "Update Floating UI as soon as the new version is released",
"matchPackageNames": ["@floating-ui/*"],
"schedule": null
},
{
"groupName": "Tailwind CSS",
"matchPackageNames": ["tailwindcss", "@tailwindcss/*", "prettier-plugin-tailwindcss"]
},
{
"groupName": "MUI public packages",
"matchPackageNames": ["@mui/*", "!@mui/internal-*", "!@mui/docs"],
"allowedVersions": "!/-dev/"
},
{
"groupName": "chai - incompatible versions",
"matchPackageNames": ["chai", "@types/chai"],
"allowedVersions": "< 5.0.0"
}
]
}