Skip to content

Commit a6bcf15

Browse files
authored
ci(deps): group eslint packages
1 parent 9145a45 commit a6bcf15

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>bifravst/renovate-config"]
3+
"extends": ["github>bifravst/renovate-config"],
4+
"packageRules": [
5+
{
6+
"matchPackagePatterns": [
7+
"eslint",
8+
"@eslint/js"
9+
],
10+
"groupName": "eslint"
11+
}
12+
]
413
}

0 commit comments

Comments
 (0)