From 4ab2db101a350efda05c0a82ea2be7c4d239370e Mon Sep 17 00:00:00 2001 From: DavidK Date: Fri, 24 Jan 2025 13:17:20 +0200 Subject: [PATCH] [dependabot] adjust slack alerts - run upon every master branch push - run every day --- .github/workflows/dependabot-slack-alerts.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: