diff --git a/common.json b/common.json index b48656a..5debaca 100644 --- a/common.json +++ b/common.json @@ -20,6 +20,11 @@ ], "osvVulnerabilityAlerts": true, "vulnerabilityAlerts": { - "enabled": true + "enabled": true, + "automerge": true, + "platformAutomerge": true, + "automergeType": "pr", + "addLabels": ["automerge", "security"], + "vulnerabilityFixStrategy": "lowest" } }