Skip to content

Commit 648626f

Browse files
committed
switch dependabot to run on specific day weekly
1 parent 02f45c3 commit 648626f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: weekly
6+
interval: cron
7+
cronjob: "30 4 * * 0"
78
cooldown:
89
default-days: 7
910
groups:

0 commit comments

Comments
 (0)