Skip to content

Commit

Permalink
chore(renovate): group dev dependencies (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Oct 15, 2020
1 parent d13c28b commit 44e5d9f
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,13 @@
":semanticCommits"
],
"prConcurrentLimit": 4,
"dependencyDashboard": true,
"dependencyDashboardAutoclose": true,
"packageRules": [
{
"depTypeList": ["devDependencies"],
"groupName": "devDependencies",
"automerge": true
},
{
"depTypeList": ["devDependencies"],
"packagePatterns": ["eslint", "prettier"],
"groupName": "lint packages",
"labels": ["lint"]
},
{
"depTypeList": ["devDependencies"],
"packagePatterns": ["jest"],
"groupName": "test packages",
"labels": ["test"]
}
]
}

0 comments on commit 44e5d9f

Please sign in to comment.