forked from Automattic/wp-calypso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
68 lines (68 loc) · 1.37 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
{
"extends": [ "config:base", "default:pinDigestsDisabled" ],
"packageRules": [
{
"extends": "monorepo:wordpress",
"separateMajorMinor": false,
"prPriority": 2
},
{
"extends": "monorepo:babel",
"prPriority": 1
},
{
"extends": "monorepo:lodash",
"prPriority": 1
},
{
"extends": "monorepo:react",
"prPriority": 1
},
{
"packagePatterns": [ "^redux$", "^react-redux$" ],
"prPriority": 1
},
{
"packageName": "typescript",
"prPriority": 1
},
{
"groupName": "Type definitions",
"packagePatterns": [ "^@types/" ],
"prPriority": 1
},
{
"packagePatterns": [ "^webpack" ],
"prPriority": 1
},
{
"packageName": "tinymce",
"allowedVersions": "^4"
},
{
"extends": "monorepo:storybook",
"prPriority": 1
},
{
"groupName": "eslint packages",
"matchPackagePatterns": [ "^eslint" ],
"prPriority": 1
}
],
"statusCheckVerify": true,
"rangeStrategy": "bump",
"ignoreDeps": [ "jquery" ],
"labels": [ "Framework", "[Type] Task" ],
"lockFileMaintenance": {
"enabled": true,
"schedule": "every weekday"
},
"postUpdateOptions": [ "yarnDedupeHighest" ],
"prConcurrentLimit": 10,
"prHourlyLimit": 6,
"semanticCommits": true,
"semanticCommitType": "chore",
"masterIssue": true,
"masterIssueTitle": "Renovate Dependency Updates",
"reviewers": [ "team:@Automattic/team-calypso-platform" ]
}