diff --git a/github/dependabot_alerts.go b/github/dependabot_alerts.go index 7b5d53b3939..a55f540f1be 100644 --- a/github/dependabot_alerts.go +++ b/github/dependabot_alerts.go @@ -76,6 +76,7 @@ type ListAlertsOptions struct { Sort *string `url:"sort,omitempty"` Direction *string `url:"direction,omitempty"` + ListOptions ListCursorOptions }