forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
32 lines (32 loc) · 705 Bytes
/
Copy pathrenovate.json
File metadata and controls
32 lines (32 loc) · 705 Bytes
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
{
"extends": [
"github>freecodecamp/renovate-config",
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
"groupName": "Monaco Editor",
"matchPackageNames": [
"monaco-editor",
"monaco-editor-webpack-plugin",
"react-monaco-editor"
],
"enabled": false
},
{
"groupName": "Cypress",
"matchPackageNames": ["@testing-library/cypress", "cypress"],
"automerge": true
},
{
"matchPackageNames": ["normalize-url"],
"allowedVersions": "<5.0.0"
},
{
"groupName": "CodeSee",
"matchPackagePrefixes": ["@codesee/"],
"automerge": true
}
],
"ignorePaths": ["api-server"]
}