Skip to content

Commit

Permalink
Merge pull request #1092 from oasisprotocol/lw/rename-dep-groups
Browse files Browse the repository at this point in the history
Rename renovate group PRs
  • Loading branch information
lukaw3d authored Oct 19, 2022
2 parents 0b7de02 + 9b082fe commit 0e7cab6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
"extends": ["config:base"],
"packageRules": [
{
"groupName": "eslint",
"groupName": "lint dependencies",
"matchPackagePatterns": ["eslint", "prettier", "stylelint"]
},
{
"groupName": "tests",
"groupName": "test dependencies",
"matchPackagePatterns": ["jest", "cypress", "testing-library", "istanbul"]
},
{
"groupName": "react",
"groupName": "react dependencies",
"matchPackagePatterns": ["react"]
},
{
"groupName": "redux",
"groupName": "redux dependencies",
"matchPackagePatterns": ["redux"]
},
{
"groupName": "i18n",
"groupName": "i18n dependencies",
"matchPackagePatterns": ["i18n"]
},
{
"groupName": "docker",
"groupName": "docker dependencies",
"matchManagers": ["docker-compose", "dockerfile"]
},
{
Expand Down

0 comments on commit 0e7cab6

Please sign in to comment.