This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
117 lines (117 loc) · 1.83 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:js-lib",
"helpers:pinGitHubActionDigests",
":ignoreUnstable"
],
"constraints": {
"pnpm": "6"
},
"labels": [
"renovate"
],
"major": {
"automerge": false
},
"minor": {
"automerge": true
},
"patch": {
"automerge": true
},
"pin": {
"automerge": true
},
"digest": {
"automerge": true
},
"lockFileMaintenance": {
"enabled": true,
"addLabels": [
"renovate/lockfile"
],
"schedule": "at 12am on thursday",
"automerge": true
},
"npm": {
"stabilityDays": 21
},
"stabilityDays": 21,
"timezone": "Asia/Tehran",
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"addLabels": [
"renovate/development"
]
},
{
"matchDepTypes": [
"dependencies",
"optionalDependencies",
"peerDependencies"
],
"addLabels": [
"renovate/production"
]
},
{
"matchPackageNames": [
"@istanbuljs/esm-loader-hook",
"@types/tap",
"c8",
"tap"
],
"addLabels": [
"renovate/testing"
],
"groupName": "testing"
},
{
"matchPackagePatterns": [
"^typescript$",
"^@types/"
],
"addLabels": [
"renovate/typescript"
]
},
{
"description": "node: prefixes are only supported in version 16 of @types/node",
"matchPackageNames": [
"@types/node"
],
"allowedVersions": "^16.0.0"
},
{
"matchPackageNames": [
"@microsoft/api-documenter",
"@microsoft/api-extractor",
"katex",
"@types/vscode"
],
"enabled": false
},
{
"matchDepTypes": [
"dependencies",
"optionalDependencies",
"peerDependencies"
],
"matchUpdateTypes": [
"minor"
],
"automerge": false
},
{
"matchManagers": [
"github-actions"
],
"schedule": "at 12am on thursday",
"automerge": false
}
]
}