Skip to content

Commit c2a025d

Browse files
author
G r e y
authored
chore: configure dependabot to trigger weekly (coder#849)
1 parent 8e56830 commit c2a025d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ updates:
2727
- package-ecosystem: "gomod"
2828
directory: "/"
2929
schedule:
30-
interval: "daily"
30+
interval: "weekly"
3131
time: "06:00"
3232
timezone: "America/Chicago"
3333
commit-message:
@@ -36,7 +36,7 @@ updates:
3636
- package-ecosystem: "npm"
3737
directory: "/site/"
3838
schedule:
39-
interval: "daily"
39+
interval: "weekly"
4040
time: "06:00"
4141
timezone: "America/Chicago"
4242
commit-message:

0 commit comments

Comments
 (0)