1. GitHub Docs
"Configuring notifications for Dependabot alerts."
Section: Dependabot alerts notifications
Content: "When a new Dependabot alert is detected
GitHub notifies all users with access to security alerts for the repository according to their notification preferences. ... By default
we notify people with write
maintain
or admin permissions in the affected repositories." This directly confirms that users with Write
Maintain
or Admin permissions are the default recipients.
2. GitHub Docs
"Repository roles for an organization."
Section: Permissions for repository roles
Content: This document outlines the hierarchy of permissions (Read < Triage < Write < Maintain < Admin). It substantiates that "Write" is the foundational permission level among the three roles that receive alerts
and that Maintain and Admin roles are supersets of Write permissions.