Skip to content

Commit 3f5cbb6

Browse files
committed
build(deps): group ESLint upgrades together
1 parent 7bc30c8 commit 3f5cbb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"extends": [
44
"github>jrolfs/renovate:npm.json5",
55
"github>jrolfs/renovate:npm-feat.json5"
6+
],
7+
"packageRules": [
8+
{
9+
"matchPackagePatterns": ["eslint"],
10+
"groupName": "eslint"
11+
}
612
]
713
}

0 commit comments

Comments
 (0)