fix(deps): do not allow statically assigned versions to auto-update. See #4010
This commit is contained in:
parent
37c18ec8ab
commit
aecf7aa9bb
@ -38,13 +38,6 @@
|
||||
"platformAutomerge": true,
|
||||
"dependencyDashboardApproval": false
|
||||
},
|
||||
{
|
||||
"description": "Require approval for every Go language update",
|
||||
"dependencyDashboardApproval": true,
|
||||
"matchPackagePatterns": [
|
||||
"go"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Ignore the old pre-0.1.0 web packages",
|
||||
"matchPackageNames": [
|
||||
@ -59,6 +52,16 @@
|
||||
"preact"
|
||||
],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Do not auto-merge statically assigned versions in npm",
|
||||
"matchManagers": [
|
||||
"npm"
|
||||
],
|
||||
"matchCurrentVersion": "^[0-9]+\\.[0-9]+\\.[0-9]+$",
|
||||
"automerge": false,
|
||||
"platformAutomerge": false,
|
||||
"dependencyDashboardApproval": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -141,7 +141,7 @@
|
||||
},
|
||||
"overrides": {
|
||||
"@emoji-mart/react": {
|
||||
"emoji-mart": "5.6.0"
|
||||
"emoji-mart": "5.2.2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user