Skip to content

Commit 3f19cee

Browse files
committed
Update renovate config
1 parent e8751d0 commit 3f19cee

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

renovate.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"extends": [
3-
"config:base"
3+
"config:js-app"
44
],
55
"labels": ["dependencies", "javascript"],
66
"packageRules": [
77
{
8-
"matchPackagePatterns": [
9-
"*"
10-
],
11-
"rangeStrategy": "replace"
8+
"matchPackagePatterns": ["^@lumino/"],
9+
"groupName": "lumino packages"
10+
},
11+
{
12+
"matchPackagePatterns": ["^eslint"],
13+
"groupName": "eslint packages"
1214
}
1315
],
1416
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)