Skip to content

Commit fb688e8

Browse files
kattnifreakboy3742
authored andcommitted
Dependabot config and cron update (#329)
1 parent 13f3c8c commit fb688e8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
# Check for updates on Sunday, 8PM UTC
8-
interval: "weekly"
9-
day: "sunday"
10-
time: "20:00"
7+
# Check for updates on the first Sunday of every month, 8PM UTC
8+
interval: "cron"
9+
cronjob: "0 20 * * sun#1"

0 commit comments

Comments
 (0)