Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/send_dependabot_alerts_to_teams.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Send Dependabot Alerts to Teams

on:
pull_request: # tempoary to test the workflow
branches:
- main
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "8 15 * * *"

jobs:
send-alerts-to-teams:
name: Send Dependabot Alerts to Teams
uses: Azure-Samples/send-dependabot-alerts-to-teams/.github/workflows/reusable-workflow.yml@main
secrets: inherit