Skip to content

Commit 3bbda30

Browse files
committed
dependabot.yml: update to match main configuration
1 parent d290b67 commit 3bbda30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ updates:
66
directory: "/"
77
schedule:
88
interval: weekly
9+
cron: 0 8 * * 1
910
allow:
1011
- dependency-type: all
1112
ignore:
@@ -17,7 +18,8 @@ updates:
1718
- package-ecosystem: bundler
1819
directory: "/"
1920
schedule:
20-
interval: daily
21+
interval: weekly
22+
cron: 0 8 * * 1
2123
allow:
2224
- dependency-type: all
2325

0 commit comments

Comments
 (0)