Skip to content

Commit abe30e9

Browse files
committed
chore: update renovate.json
1 parent d8f5637 commit abe30e9

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

renovate.json

+1-37
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
4-
"packageRules": [
5-
{
6-
"matchPackagePatterns": ["eslint"],
7-
"groupName": "eslint packages"
8-
},
9-
{
10-
"matchPackagePatterns": ["^@codemirror"],
11-
"groupName": "codemirror packages"
12-
},
13-
{
14-
"matchPackagePatterns": ["^@sentry"],
15-
"groupName": "sentry packages"
16-
},
17-
{
18-
"matchPackagePatterns": ["^@commitlint/"],
19-
"groupName": "commitlint packages"
20-
},
21-
{
22-
"matchPackagePatterns": ["lodash"],
23-
"groupName": "lodash packages"
24-
},
25-
{
26-
"matchPackagePatterns": ["^@uppy/"],
27-
"groupName": "uppy packages"
28-
},
29-
{
30-
"matchDepTypes": ["devDependencies"],
31-
"matchUpdateTypes": ["patch", "minor"],
32-
"groupName": "devDependencies (non-major)"
33-
},
34-
{
35-
"matchPackagePatterns": ["mui"],
36-
"matchUpdateTypes": ["patch", "minor"],
37-
"groupName": "mui (non-major)"
38-
}
39-
]
3+
"extends": ["github>graasp/renovate-config"]
404
}

0 commit comments

Comments
 (0)