fix(deps): do not allow statically assigned versions to auto-update. See #4010

This commit is contained in:
Gabe Kangas 2024-11-12 08:21:04 -08:00
parent 37c18ec8ab
commit aecf7aa9bb
2 changed files with 12 additions and 9 deletions

View file

@ -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
}
]
}
}

View file

@ -141,7 +141,7 @@
},
"overrides": {
"@emoji-mart/react": {
"emoji-mart": "5.6.0"
"emoji-mart": "5.2.2"
}
}
}