forked from mui/toolpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
106 lines (106 loc) · 2.9 KB
/
renovate.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": false,
"commitMessageAction": "Bump",
"commitMessageExtra": "to {{newValue}}",
"commitMessageTopic": "{{depName}}",
"dependencyDashboard": true,
"rebaseWhen": "conflicted",
"ignoreDeps": [],
"labels": ["dependencies"],
"stopUpdatingLabel": "on hold",
"packageRules": [
{
"groupName": "dependencies",
"matchManagers": ["npm"],
"matchDepTypes": ["dependencies"]
},
{
"groupName": "devDependencies",
"matchManagers": ["npm"],
"matchDepTypes": ["devDependencies"]
},
{
"groupName": "MUI Core",
"matchPackagePatterns": ["^@mui/"],
"schedule": ["at any time"]
},
{
"groupName": "MUI X",
"matchPackagePatterns": ["^@mui/x-"],
"schedule": ["at any time"]
},
{
"groupName": "playwright",
"matchPackageNames": ["playwright", "mcr.microsoft.com/playwright"],
"matchPackagePatterns": ["^@playwright/"]
},
{
"groupName": "node",
"matchPackageNames": ["cimg/node", "node"],
"allowedVersions": "18.17.1"
},
{
"description": "Ignore nodejs in engines",
"matchPackageNames": ["node"],
"matchManagers": ["npm"],
"matchDepTypes": ["engines"],
"enabled": false
},
{
"groupName": "node-fetch",
"matchPackageNames": ["node-fetch"],
"allowedVersions": "< 3.0.0"
},
{
"groupName": "tsx",
"matchPackageNames": ["tsx"],
"description": "Investigating problems with importing X charts under node.js with tsx"
},
{
"groupName": "core-js",
"matchPackageNames": ["core-js"],
"allowedVersions": "< 2.0.0"
},
{
"groupName": "next",
"matchPackageNames": ["next"],
"allowedVersions": "<= 13.4.19",
"description": "https://github.com/mui/mui-toolpad/pull/2739"
},
{
"groupName": "superjson",
"matchPackageNames": ["superjson"],
"description": "they added a feature that breaks our app: https://github.com/blitz-js/superjson/pull/267. See https://github.com/blitz-js/superjson/issues/279"
},
{
"matchDepTypes": ["action"],
"pinDigests": true
},
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"]
},
{
"groupName": "Update @mui/toolpad in examples",
"matchPackageNames": ["@mui/toolpad"],
"matchFiles": ["examples/*/package.json"],
"schedule": ["at any time"],
"automerge": true
}
],
"postUpdateOptions": ["pnpmDedupe"],
"prConcurrentLimit": 30,
"prHourlyLimit": 0,
"rangeStrategy": "bump",
"schedule": "on sunday before 6:00am",
"timezone": "UTC",
"vulnerabilityAlerts": {
"schedule": ["at any time"],
"addLabels": ["priority: important"]
},
"lockFileMaintenance": {
"enabled": true,
"schedule": "before 6:00am on the first day of the month"
}
}