Skip to content

Commit 1dbc1d5

Browse files
committed
re-add dependabot toolset
1 parent 3500525 commit 1dbc1d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkg/github/tools.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)