Skip to content

Commit 36122de

Browse files
committed
Reduce dependabot frequency to Tuesday/Thursday
Fixes #1025 Signed-off-by: David Thompson <[email protected]>
1 parent c3fc807 commit 36122de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ updates:
33
- package-ecosystem: npm
44
directory: "/"
55
schedule:
6-
interval: daily
6+
internal: "cron"
7+
cronjob: 0 0 8 * * 2,4 *
78
open-pull-requests-limit: 10
89
groups:
910
typescript-eslint:

0 commit comments

Comments
 (0)