diff --git a/.github/workflows/dependabot-slack-alerts.yml b/.github/workflows/dependabot-slack-alerts.yml index 96179e89..cb565e54 100644 --- a/.github/workflows/dependabot-slack-alerts.yml +++ b/.github/workflows/dependabot-slack-alerts.yml @@ -5,8 +5,11 @@ permissions: security-events: read on: + push: + branches: + - master schedule: - - cron: '0 * * * *' + - cron: '0 0 * * *' workflow_dispatch: jobs: notify-vulnerabilites: