-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json
98 lines (98 loc) · 3.24 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"assignees": ["c3dr0x", "Hartorn"],
"separateMinorPatch": true,
"rebaseStalePrs": true,
"semanticCommits": true,
"semanticCommitType": "chore",
"commitMessageTopic": "{{depName}}",
"semanticCommitScope": null,
"branchPrefix": "deps/webpack-laboratory-",
"extends": [
"config:base",
":disableRateLimiting"
],
"major": {
"semanticCommitType": "feat",
"labels": ["dependencies", "dep:major"]
},
"minor": {
"semanticCommitType": "fix",
"labels": ["dependencies", "dep:minor"]
},
"patch": {
"semanticCommitType": "chore",
"labels": ["dependencies", "dep:patch"]
},
"packageRules": [
{
"paths": ["webpack-chemistry"],
"semanticCommitScope": "webpack-chemistry",
"branchPrefix": "deps/webpack-chemistry-"
},
{
"paths": ["webpack-atom-js-react-css"],
"semanticCommitScope": "webpack-atom-js-react-css",
"branchPrefix": "deps/webpack-atom-js-react-css-"
},
{
"paths": ["webpack-quark-assets"],
"semanticCommitScope": "webpack-quark-assets",
"branchPrefix": "deps/webpack-quark-assets-"
},
{
"paths": ["webpack-quark-babel"],
"semanticCommitScope": "webpack-quark-babel",
"branchPrefix": "deps/webpack-quark-babel-"
},
{
"paths": ["webpack-quark-css"],
"semanticCommitScope": "webpack-quark-css",
"branchPrefix": "deps/webpack-quark-css-"
},
{
"paths": ["webpack-quark-entry"],
"semanticCommitScope": "webpack-quark-entry",
"branchPrefix": "deps/webpack-quark-entry-"
},
{
"paths": ["webpack-quark-dev-server"],
"semanticCommitScope": "webpack-quark-dev-server",
"branchPrefix": "deps/webpack-quark-dev-server-"
},
{
"paths": ["webpack-quark-html"],
"semanticCommitScope": "webpack-quark-html",
"branchPrefix": "deps/webpack-quark-html-"
},
{
"paths": ["webpack-quark-optimize"],
"semanticCommitScope": "webpack-quark-optimize",
"branchPrefix": "deps/webpack-quark-optimize-"
},
{
"paths": ["webpack-quark-output"],
"semanticCommitScope": "webpack-quark-output",
"branchPrefix": "deps/webpack-quark-output-"
},
{
"paths": ["webpack-quark-scss"],
"semanticCommitScope": "webpack-quark-scss",
"branchPrefix": "deps/webpack-quark-scss-"
},
{
"paths": ["webpack-quark-sourcemap"],
"semanticCommitScope": "webpack-quark-sourcemap",
"branchPrefix": "deps/webpack-quark-sourcemap-"
},
{
"paths": ["webpack-quark-typescript"],
"semanticCommitScope": "webpack-quark-typescript",
"branchPrefix": "deps/webpack-quark-typescript-"
},
{
"paths": ["webpack-quark-utility"],
"semanticCommitScope": "webpack-quark-utility",
"branchPrefix": "deps/webpack-quark-utility-"
}
]
}