-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
110 lines (110 loc) · 2.77 KB
/
Copy pathdefault.json
File metadata and controls
110 lines (110 loc) · 2.77 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [":timezone(Asia/Shanghai)", "config:base"],
"labels": ["renovate", "bot"],
"lockFileMaintenance": {
"automerge": true,
"enabled": true,
"extends": ["schedule:weekly"],
"postUpdateOptions": ["npmDedupe", "yarnDedupeHighest", "pnpmDedupe"],
"semanticCommitType": "chore"
},
"major": {
"enabled": false
},
"minor": {
"automerge": true
},
"minimumReleaseAge": "7 days",
"packageRules": [
{
"enabled": false,
"matchDepTypes": ["engines", "circleci"]
},
{
"enabled": false,
"matchDepTypes": ["peerDependencies"],
"matchUpdateTypes": ["minor", "major"]
},
{
"groupName": "babel packages",
"matchSourceUrlPrefixes": [
"https://github.com/babel/",
"https://github.com/zloirock/core-js"
],
"matchUpdateTypes": ["patch", "minor"],
"semanticCommitType": "chore"
},
{
"groupName": "postcss packages",
"matchPackageNames": ["postcss"],
"matchPackagePrefixes": ["postcss-"],
"matchUpdateTypes": ["patch", "minor"],
"semanticCommitType": "chore"
},
{
"groupName": "webpack packages",
"matchSourceUrlPrefixes": [
"https://github.com/webpack-contrib/",
"https://github.com/webpack/",
"https://github.com/jantimon/html-webpack-plugin"
],
"matchUpdateTypes": ["patch", "minor"],
"semanticCommitType": "chore"
},
{
"groupName": "types packages",
"matchPackagePrefixes": ["@types/"],
"matchUpdateTypes": ["patch", "minor"],
"semanticCommitType": "chore"
},
{
"groupName": "nice-move packages",
"matchPackageNames": [
"commitlint",
"eslint",
"garou",
"prettier",
"stylelint",
"lint-staged",
"husky",
"syncpack",
"typescript",
"vue-tsc",
"typescript-eslint",
"vue-eslint-parser"
],
"matchPackagePrefixes": [
"@babel/eslint-",
"@commitlint/",
"@eslint-community/",
"@eslint/",
"@nice-move/",
"@prettier/",
"@stylistic/",
"@typescript-eslint/",
"eslint-",
"prettier-",
"stylelint-"
],
"matchUpdateTypes": ["patch", "minor"],
"semanticCommitType": "chore"
},
{
"groupName": "best-shot packages",
"matchSourceUrlPrefixes": ["https://github.com/best-shot/"],
"matchUpdateTypes": ["patch", "minor"],
"semanticCommitType": "chore"
}
],
"patch": {
"automerge": true
},
"pin": {
"enabled": false
},
"prCreation": "not-pending",
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"semanticCommitType": "chore"
}