Skip to content

Commit

Permalink
Renovate: group ESLint and Prettier separately (#3176)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelblum authored Jan 16, 2025
1 parent e534da3 commit 50f40ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
"matchPackageNames": ["/^lodash.*/"]
},
{
"groupName": "linters",
"matchPackageNames": ["/^eslint/", "/^prettier/"]
"groupName": "eslint",
"matchPackageNames": ["/^eslint/"]
},
{
"groupName": "prettier",
"matchPackageNames": ["/^prettier/"]
},
{
"groupName": "typescript",
Expand Down

0 comments on commit 50f40ae

Please sign in to comment.