mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: group patch minor updates
This commit is contained in:
parent
02be97fc3a
commit
10bd9bd5a3
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"labels": ["bot: docker-update"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch"
|
||||
}
|
||||
],
|
||||
"pinVersions": false
|
||||
|
|
Loading…
Reference in a new issue