We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071a0cf commit c3f1747Copy full SHA for c3f1747
1 file changed
.github/workflows/dependabot-auto-dismiss.yml
@@ -1,8 +1,8 @@
1
name: Weekly Dependabot Auto Dismiss
2
on:
3
schedule:
4
- # Run at 24:00 UTC every Monday
5
- - cron: "0 0 * * 1"
+ # Run at 24:00 UTC every day
+ - cron: "0 0 * * *"
6
workflow_dispatch:
7
permissions: {}
8
0 commit comments