forked from verdaccio/verdaccio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
renovate.json
115 lines (115 loc) · 2.69 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
{
"extends": ["config:base", "schedule:earlyMondays", "helpers:pinGitHubActionDigests"],
"prConcurrentLimit": 4,
"ignorePaths": ["docker-examples/**"],
"ignoreDeps": [
"customprefix-auth",
"eslint-plugin-verdaccio",
"@verdaccio/test-helper",
"docker/setup-buildx-action",
"docker/login-action",
"docker/build-push-action",
"crazy-max/ghaction-docker-meta",
"pnpm"
],
"baseBranches": ["master", "5.x"],
"semanticCommitType": "fix",
"major": false,
"labels": ["bot: dependencies"],
"packageRules": [
{
"packageNames": ["aws-sdk"],
"allowedVersions": "2.607.0"
},
{
"packageNames": ["got"],
"allowedVersions": "^11.8.5"
},
{
"packageNames": ["globby"],
"allowedVersions": "^12.2.0"
},
{
"packageNames": ["get-port"],
"allowedVersions": "^5.1.1"
},
{
"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"
},
{
"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": ["@verdaccio/*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "core verdaccio dependencies",
"groupSlug": "all-verdaccio",
"baseBranchList": ["5.x"]
},
{
"matchPackagePatterns": [
"@trivago/*",
"prettier",
"eslint-*",
"eslint",
"stylelint",
"@typescript-eslint/*"
],
"matchUpdateTypes": ["minor", "patch", "major"],
"groupName": "all linting dependencies",
"groupSlug": "all-linting",
"baseBranchList": ["master"]
}
],
"pinVersions": false
}