forked from verdaccio/verdaccio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
132 lines (132 loc) · 3.03 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"extends": ["config:base", "schedule:earlyMondays", "helpers:pinGitHubActionDigests"],
"prConcurrentLimit": 1,
"ignorePaths": ["docker-examples/**"],
"ignoreDeps": ["eslint-plugin-verdaccio", "@verdaccio/test-helper"],
"baseBranches": ["master", "5.x"],
"major": true,
"labels": ["bot: dependencies"],
"packageRules": [
{
"packageNames": ["aws-sdk"],
"allowedVersions": "2.607.0"
},
{
"packageNames": ["@google-cloud/datastore"],
"allowedVersions": "4.5.0"
},
{
"packageNames": ["@google-cloud/storage"],
"allowedVersions": "3.5.0"
},
{
"packageNames": ["fast-crc32c"],
"allowedVersions": "1.0.7"
},
{
"packageNames": ["esbuild"],
"allowedVersions": "0.14.10"
},
{
"packageNames": ["esbuild-loader"],
"allowedVersions": "2.16.0"
},
{
"packageNames": ["lowdb"],
"allowedVersions": "1.0.0"
},
{
"packageNames": ["node-fetch"],
"allowedVersions": "< 3.0.0"
},
{
"packageNames": ["@changesets/cli"],
"allowedVersions": "2.15.0"
},
{
"matchDatasources": ["docker"],
"labels": ["bot: docker-update"]
},
{
"matchDatasources": ["crazy-max/ghaction-docker-meta"],
"allowedVersions": "1.12.0"
},
{
"matchDatasources": ["react-router"],
"allowedVersions": "5.2.1"
},
{
"matchDatasources": ["react-router-dom"],
"allowedVersions": "5.2.1"
},
{
"matchDatasources": ["actions/github-script"],
"allowedVersions": "v3"
},
{
"matchDatasources": ["lint-staged"],
"allowedVersions": "11.2.6"
},
{
"matchDatasources": ["get-port"],
"allowedVersions": "5.1.1"
},
{
"matchPackagePatterns": [
"@types/*",
"typescript",
"@babel/*",
"fast-safe-stringify",
"undici",
"webpack",
"memfs",
"globby",
"pnpm",
"esbuild",
"@emotion/*",
"@mui/*",
"express*",
"http-status",
"babel-*",
"jest",
"jest-*",
"pino",
"react*",
"ts-node",
"mini-css*",
"autocannon",
"process-warning",
"fastify",
"core-js",
"debug",
"nock",
"rimraf",
"node-fetch",
"kleur",
"fs-extra",
"self-signed",
"supertest"
],
"matchUpdateTypes": ["minor", "patch", "major"],
"groupName": "all core dependencies",
"groupSlug": "all-core-dependencies",
"extends": [":semanticCommitTypeAll(fix)"],
"baseBranchList": ["master"]
},
{
"matchPackagePatterns": [
"@trivago/*",
"prettier",
"eslint-*",
"eslint",
"stylelint",
"@typescript-eslint/*"
],
"matchUpdateTypes": ["minor", "patch", "major"],
"groupName": "all linting dependencies",
"groupSlug": "all-linting",
"baseBranchList": ["master"]
}
],
"pinVersions": false
}