forked from shrutikapoor08/react-paypal-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
30 lines (30 loc) · 814 Bytes
/
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
{
"extends": ["config:base", ":preserveSemverRanges"],
"prCreation": "immediate",
"prHourlyLimit": 0,
"rangeStrategy": "status-success",
"separateMajorMinor": false,
"semanticCommits": true,
"timezone": "America/Los_Angeles",
"rebaseStalePrs": true,
"bumpVersion": "major",
"labels": [":christmas_tree: dependencies"],
"packageRules": [
{
"packagePatterns": "^babel",
"groupName": ["babel packages"]
},
{
"packagePatterns": "^eslint",
"groupName": ["eslint packages"]
},
{
"packagePatterns": "^jest",
"groupName": ["jest packages"]
},
{
"packagePatterns": "^rollup",
"groupName": ["rollup packages"]
}
]
}