diff --git a/.github/workflows/send_dependabot_alerts_to_teams.yml b/.github/workflows/send_dependabot_alerts_to_teams.yml new file mode 100644 index 00000000..0baee655 --- /dev/null +++ b/.github/workflows/send_dependabot_alerts_to_teams.yml @@ -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