chore: set npm rangeStrategy in separate rule (#5075)

This commit is contained in:
Rhys Arkins 2021-02-02 07:35:35 +01:00 committed by GitHub
parent 5bc4c71cf4
commit 0e69a904b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -23,12 +23,15 @@
"groupName": "go.mod dependencies",
"groupSlug": "go-mod-updates"
},
{
"datasources": ["npm"],
"rangeStrategy": "update-lockfile",
},
{
"datasources": ["npm"],
"updateTypes": ["patch", "minor"],
"groupName": "npm dependencies",
"groupSlug": "npm-updates",
"rangeStrategy": "update-lockfile",
},
{ // major updates do not create PRs automatically
"updateTypes": ["major"],