Skip to content

Commit a41d120

Browse files
authored
ci: add new core tech libraries to the list to scan for updates (#1700)
1 parent 3520f7f commit a41d120

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/nuget_slack_notifications.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "1"
1111
type: string
1212
testMode:
13-
description: "If checked, no notification message will be sent to the team channel."
13+
description: "If checked, no notification message will be sent to the team channel, nor will any Github issues be created."
1414
type: boolean
1515
default: false
1616

@@ -71,15 +71,21 @@ jobs:
7171
NEW_RELIC_HOST: staging-collector.newrelic.com
7272
NEW_RELIC_LICENSE_KEY: ${{ secrets.STAGING_LICENSE_KEY }}
7373
nugets:
74-
"system.data.sqlclient
74+
"elasticsearch.net
75+
elastic.clients.elasticsearch
76+
log4net
77+
microsoft.extensions.logging
7578
microsoft.data.sqlclient
79+
microsoft.net.http
7680
mongocsharpdriver
7781
mongodb.driver
7882
mysql.data
7983
mysqlconnector
80-
stackexchange.redis
84+
nest
85+
nlog
8186
rabbitmq.client
82-
microsoft.net.http
8387
restsharp
84-
serilog"
88+
serilog
89+
stackexchange.redis
90+
system.data.sqlclient"
8591

0 commit comments

Comments
 (0)