Is it possible to assign a GitHub Team to receive Dependabot Alerts? #172183
-
Select Topic AreaQuestion BodyWe're working on using Dependabot more where I work. I've used Dependabot a little on some personal projects I have, but not on a work-related repos in our Enterprise Organization. I enabled Dependency Graph for an active repo. Then I went to enable Dependabot Alerts but found it would only allow me to assign myself to receive Dependabot Alerts. This leads me to ask some questions. First, is it possible to assign a GitHub Team to receive Dependabot Alerts? If so, how is that done? Second, is it possible to enable Dependabot Alerts, but not assign anyone to receive them? So, each person would have to look at the Security tab in their browser, to see what alerts there may be? (I am not involved in actively development on this repo, so I believe it is appropriate that developers actively working on the repo, receive Dependabot Alerts.) Third, have I misunderstood how Dependabot Alerts are to be received? Is it the case that Dependabot Alerts are something that each person who wants to receive them, should opt-in to receive them? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, it's possible to assign dependabot alerts to a team. According to what I have read in some forums these would be the steps:
Yes, you can assign a team to receive Dependabot notifications instead of an individual user. This is often the recommended approach To do this, follow these steps:
Using teams ensures that the appropriate group is notified and can collectively manage the alerts.
You can enable Dependabot alerts without designating anyone to receive notifications. In this scenario, alerts will still be However, no one will receive proactive notifications (e.g., emails or UI alerts). This approach relies on developers having the
The system is not exclusively opt-in; it combines two different models:
In summary, you have a central configuration for assigning direct responsibility and a separate, individual option for anyone who Maybe someone can correct me if I'm wrong... |
Beta Was this translation helpful? Give feedback.
Yes, it's possible to assign dependabot alerts to a team.
According to what I have read in some forums these would be the steps:
Yes, you can assign a team to receive Dependabot notifications instead of an individual user. This is often the recommended approach
for managing responsibilities within a group.
To do this, follow these steps:
to …