chore: set npm rangeStrategy in separate rule (#5075)
This commit is contained in:
parent
5bc4c71cf4
commit
0e69a904b5
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue