We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd36e1 commit 6f7a13fCopy full SHA for 6f7a13f
renovate.json
@@ -1,5 +1,49 @@
1
{
2
+ "assignees": [
3
+ "kaidjohnson"
4
+ ],
5
+ "automerge": true,
6
+ "labels": [
7
+ "automation"
8
9
+ "major": {
10
+ "automerge": false
11
+ },
12
"extends": [
13
"config:base"
- ]
14
15
+ "packageRules": [{
16
+ "groupName": "babel",
17
+ "packageNames": [
18
+ "babel-core"
19
20
+ "packagePatterns": [
21
+ "^@babel"
22
+ ]
23
+ }, {
24
+ "groupName": "eslint",
25
26
+ "^eslint"
27
28
29
+ "groupName": "jest",
30
31
+ "babel-jest"
32
33
34
+ "^jest"
35
36
37
+ "groupName": "vue",
38
39
+ "vue"
40
41
42
+ "groupName": "webpack",
43
44
+ "webpack",
45
+ "-loader$"
46
47
+ }],
48
+ "prCreation": "not-pending"
49
}
0 commit comments