dev: Disable approvals for lockfile maintenance PR creation (#7666)

This commit is contained in:
Michael Genson
2026-05-26 16:11:03 -05:00
committed by GitHub
parent fb4ba490af
commit 1ab5323f34

View File

@@ -24,6 +24,13 @@
], ],
"dependencyDashboardApproval": true "dependencyDashboardApproval": true
}, },
{
"description": "Always create lockfile maintenance PRs without dashboard approval",
"matchUpdateTypes": [
"lockFileMaintenance"
],
"dependencyDashboardApproval": false
},
{ {
"matchManagers": [ "matchManagers": [
"pep621" "pep621"