Skip to content

Commit c3f1747

Browse files
committed
dependabot-auto-dismiss: every day at midnight
1 parent 071a0cf commit c3f1747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-auto-dismiss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Weekly Dependabot Auto Dismiss
22
on:
33
schedule:
4-
# Run at 24:00 UTC every Monday
5-
- cron: "0 0 * * 1"
4+
# Run at 24:00 UTC every day
5+
- cron: "0 0 * * *"
66
workflow_dispatch:
77
permissions: {}
88

0 commit comments

Comments
 (0)