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",
|
"groupName": "go.mod dependencies",
|
||||||
"groupSlug": "go-mod-updates"
|
"groupSlug": "go-mod-updates"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"datasources": ["npm"],
|
||||||
|
"rangeStrategy": "update-lockfile",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["npm"],
|
"datasources": ["npm"],
|
||||||
"updateTypes": ["patch", "minor"],
|
"updateTypes": ["patch", "minor"],
|
||||||
"groupName": "npm dependencies",
|
"groupName": "npm dependencies",
|
||||||
"groupSlug": "npm-updates",
|
"groupSlug": "npm-updates",
|
||||||
"rangeStrategy": "update-lockfile",
|
|
||||||
},
|
},
|
||||||
{ // major updates do not create PRs automatically
|
{ // major updates do not create PRs automatically
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue