@@ -250,11 +250,11 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
250250 // toolsets.NewServerTool(GetSecretScanningAlert(getClient, t)),
251251 // toolsets.NewServerTool(ListSecretScanningAlerts(getClient, t)),
252252 // )
253- // dependabot := toolsets.NewToolset(ToolsetMetadataDependabot.ID, ToolsetMetadataDependabot.Description).
254- // AddReadTools(
255- // toolsets.NewServerTool(GetDependabotAlert(getClient, t)),
256- // toolsets.NewServerTool(ListDependabotAlerts(getClient, t)),
257- // )
253+ dependabot := toolsets .NewToolset (ToolsetMetadataDependabot .ID , ToolsetMetadataDependabot .Description ).
254+ AddReadTools (
255+ toolsets .NewServerTool (GetDependabotAlert (getClient , t )),
256+ toolsets .NewServerTool (ListDependabotAlerts (getClient , t )),
257+ )
258258
259259 // notifications := toolsets.NewToolset(ToolsetMetadataNotifications.ID, ToolsetMetadataNotifications.Description).
260260 // AddReadTools(
@@ -369,7 +369,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
369369 // tsg.AddToolset(actions)
370370 tsg .AddToolset (codeSecurity )
371371 // tsg.AddToolset(secretProtection)
372- // tsg.AddToolset(dependabot)
372+ tsg .AddToolset (dependabot )
373373 // tsg.AddToolset(notifications)
374374 // tsg.AddToolset(experiments)
375375 // tsg.AddToolset(discussions)
0 commit comments