-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
32 lines (32 loc) · 663 Bytes
/
renovate.json
File metadata and controls
32 lines (32 loc) · 663 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
{
"extends": ["config:base"],
"automerge": true,
"major": {
"automerge": false
},
"packageRules": [
{
"packagePatterns": ["^eslint"],
"groupName": "eslint"
},
{
"packagePatterns": ["gatsby"],
"groupName": "gatsby"
},
{
"packagePatterns": ["@mdx-js"],
"groupName": "@mdx-js"
},
{
"packageNames": ["react", "react-dom"],
"groupName": "react"
}
],
"labels": ["renovate"],
"prHourlyLimit": 4,
"prConcurrentLimit": 16,
"rangeStrategy": "bump",
"bumpVersion": null,
"semanticCommits": true,
"schedule": "on the 2nd and 4th day instance on sunday after 9pm"
}