This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.44 KB
/
package.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
{
"name": "renovate-config-ikatyang",
"version": "1.2.1",
"description": "renovate config for ikatyang",
"keywords": [
"renovate",
"renovate-config"
],
"repository": "https://github.com/ikatyang/renovate-config-ikatyang",
"homepage": "https://github.com/ikatyang/renovate-config-ikatyang#readme",
"author": {
"name": "Ika",
"email": "ikatyang@gmail.com",
"url": "https://github.com/ikatyang"
},
"license": "MIT",
"scripts": {
"release": "standard-version"
},
"devDependencies": {
"standard-version": "4.2.0"
},
"files": [],
"renovate-config": {
"default": {
"extends": [
":renovatePrefix",
":semanticPrefixFixDepsChoreOthers",
":automergeRequireAllStatusChecks"
],
"timezone": "Asia/Taipei",
"schedule": [
"before 8am"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"schedule": "before 8am on Monday"
},
"semanticCommits": true,
"separateMajorReleases": true,
"separatePatchReleases": false,
"ignoreUnstable": true,
"respectLatest": true,
"rebaseStalePrs": true,
"prCreation": "immediate",
"automerge": "minor",
"automergeType": "pr",
"unpublishSafe": false,
"labels": [
"dependencies"
]
},
"library": {
"extends": [
"ikatyang:default",
":pinOnlyDevDependencies"
]
}
}
}