Skip to content

Commit 4ad2d2d

Browse files
authored
Shift Dependabot checks to weekly; this is a critical repo. (#205)
1 parent 6513fb4 commit 4ad2d2d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/dependabot.yml

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

1011
updates:
1112
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)