Skip to content

Commit

Permalink
ci(deps): group eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 7, 2024
1 parent 9145a45 commit 29c606e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>bifravst/renovate-config"]
"extends": ["github>bifravst/renovate-config"],
"packageRules": [
{
"matchPackagePatterns": ["eslint", "@eslint/js"],
"groupName": "eslint"
}
]
}

0 comments on commit 29c606e

Please sign in to comment.