mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Update renovate.json
This commit is contained in:
parent
f599e24668
commit
cea53128d8
1 changed files with 13 additions and 0 deletions
|
@ -131,6 +131,19 @@
|
|||
"groupSlug": "all-linting",
|
||||
"baseBranchList": ["master", "5.x", "6.x"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"@testing-library/*",
|
||||
"jest",
|
||||
"jest-*",
|
||||
"supertest",
|
||||
"nock"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all test dependencies",
|
||||
"groupSlug": "all-test",
|
||||
"baseBranchList": ["master", "5.x", "6.x"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"@type/*",
|
||||
|
|
Loading…
Reference in a new issue