mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Update renovate.json
This commit is contained in:
parent
2acf0d4cbb
commit
fcc1ca51ae
1 changed files with 18 additions and 0 deletions
|
@ -131,6 +131,24 @@
|
|||
"groupSlug": "all-linting",
|
||||
"baseBranchList": ["master", "5.x", "6.x"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"webpack",
|
||||
"css-loader",
|
||||
"eslint-loader",
|
||||
"file-loader",
|
||||
"sass-loader",
|
||||
"url-loader",
|
||||
"styles-loader",
|
||||
"source-map-loader",
|
||||
"babel-loader",
|
||||
"webpack-*"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all build dependencies",
|
||||
"groupSlug": "all-build",
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["@testing-library/*", "jest", "jest-*", "supertest", "nock"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
|
|
Loading…
Reference in a new issue