mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 22:16:28 +00:00
Add jest and eslint package groups (#256)
This commit is contained in:
parent
bcf393ac5b
commit
43c31076c4
1 changed files with 11 additions and 1 deletions
12
package.json
12
package.json
|
@ -99,6 +99,16 @@
|
|||
"assignees": [
|
||||
"rarkins"
|
||||
],
|
||||
"automerge": "minor"
|
||||
"automerge": "minor",
|
||||
"packages": [
|
||||
{
|
||||
"packagePattern": "jest",
|
||||
"groupName": "jest"
|
||||
},
|
||||
{
|
||||
"packagePattern": "eslint",
|
||||
"groupName": "eslint"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue