mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: update renovate
This commit is contained in:
parent
9245b4d39b
commit
7f48edc254
1 changed files with 6 additions and 9 deletions
|
@ -63,17 +63,13 @@
|
||||||
"matchDatasources": ["actions/github-script"],
|
"matchDatasources": ["actions/github-script"],
|
||||||
"allowedVersions": "v3"
|
"allowedVersions": "v3"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"matchDatasources": ["actions/github-script"],
|
|
||||||
"allowedVersions": "v3"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchDatasources": ["lint-staged"],
|
"matchDatasources": ["lint-staged"],
|
||||||
"allowedVersions": "11.2.6"
|
"allowedVersions": "11.2.6"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["get-port"],
|
"matchDatasources": ["get-port"],
|
||||||
"allowedVersions": "<= 5"
|
"allowedVersions": "5.1.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
|
@ -115,8 +111,8 @@
|
||||||
"supertest"
|
"supertest"
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||||
"groupName": "all non-major core dependencies",
|
"groupName": "all core dependencies",
|
||||||
"groupSlug": "all-minor-patch-core",
|
"groupSlug": "all-core-dependencies",
|
||||||
"extends": [":semanticCommitTypeAll(fix)"],
|
"extends": [":semanticCommitTypeAll(fix)"],
|
||||||
"baseBranchList": ["master"]
|
"baseBranchList": ["master"]
|
||||||
},
|
},
|
||||||
|
@ -130,8 +126,9 @@
|
||||||
"@typescript-eslint/*"
|
"@typescript-eslint/*"
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||||
"groupName": "all non-major linting dependencies",
|
"groupName": "all linting dependencies",
|
||||||
"groupSlug": "all-major-patch-linting"
|
"groupSlug": "all-linting",
|
||||||
|
"baseBranchList": ["master"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pinVersions": false
|
"pinVersions": false
|
||||||
|
|
Loading…
Reference in a new issue