mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: enable major renovate
This commit is contained in:
parent
1367beae51
commit
d585216153
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"ignorePaths": ["docker-examples/**"],
|
||||
"ignoreDeps": ["eslint-plugin-verdaccio", "@verdaccio/helper"],
|
||||
"baseBranches": ["master", "5.x"],
|
||||
"major": false,
|
||||
"major": true,
|
||||
"labels": ["bot: dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
|
@ -78,7 +78,7 @@
|
|||
"self-signed",
|
||||
"supertest"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all non-major core dependencies",
|
||||
"groupSlug": "all-minor-patch-core",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
|
|
Loading…
Reference in a new issue