-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathrenovate.json
More file actions
41 lines (41 loc) · 842 Bytes
/
renovate.json
File metadata and controls
41 lines (41 loc) · 842 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
31
32
33
34
35
36
37
38
39
40
41
{
"extends": [
"config:base"
],
"baseBranches": ["release"],
"automerge": true,
"major": {
"automerge": false
},
"minor": {
"automerge": true
},
"separateMultipleMajor": true,
"rangeStrategy": "pin",
"node": {
"supportPolicy": ["active"]
},
"travis": { "enabled": true },
"packageRules": [
{
"depTypeList": ["peerDependencies", "engines"],
"rangeStrategy": "widen"
},
{
"packageNames": ["strip-ansi", "chalk", "unsplash/comment-on-pr"],
"enabled": false
}
],
"labels": [
"dependencies",
"renovate"
],
"prCreation": "not-pending",
"stabilityDays": 3,
"prHourlyLimit": 5,
"prConcurrentLimit": 2,
"rebaseStalePrs": true,
"timezone": "Europe/Madrid",
"schedule": ["after 9pm and before 5pm on every weekday"],
"masterIssue": true
}