forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
35 lines (35 loc) · 893 Bytes
/
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
{
"extends": ["github>freecodecamp/renovate-config"],
"packageRules": [
{
"groupName": "Disabled",
"matchPackageNames": [
"monaco-editor",
"monaco-editor-webpack-plugin",
"react-monaco-editor"
],
"matchPackagePatterns": ["^mdast-", "^hast-", "^unist-"],
"enabled": false
},
{
"groupName": "Fixed Range - normalize-url",
"matchPackageNames": ["normalize-url"],
"allowedVersions": "<5.0.0"
},
{
"groupName": "Grouped - Cypress",
"matchPackageNames": ["@testing-library/cypress", "cypress"],
"automerge": true
},
{
"groupName": "Grouped - Stripe",
"matchPackagePrefixes": ["@stripe/"]
},
{
"groupName": "Automerged Always - CodeSee",
"matchPackagePrefixes": ["@codesee/"],
"automerge": true
}
],
"ignorePaths": ["api-server"]
}