Skip to content

Commit

Permalink
[dependabot] adjust slack alerts (#291)
Browse files Browse the repository at this point in the history
- run upon every master branch push
- run every day

@0xProject/platform-engineering
  • Loading branch information
davidk-zx authored Jan 24, 2025
2 parents e25dc3d + 4ab2db1 commit 638de52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dependabot-slack-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ permissions:
security-events: read

on:
push:
branches:
- master
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
notify-vulnerabilites:
Expand Down

0 comments on commit 638de52

Please sign in to comment.