Skip to content

Commit 7031e7b

Browse files
authored
Merge pull request #821 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents d290b67 + 5842797 commit 7031e7b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
directory: "/"
77
schedule:
88
interval: weekly
9+
day: monday
10+
time: '08:00'
911
allow:
1012
- dependency-type: all
1113
ignore:
@@ -17,7 +19,9 @@ updates:
1719
- package-ecosystem: bundler
1820
directory: "/"
1921
schedule:
20-
interval: daily
22+
interval: weekly
23+
day: monday
24+
time: '08:00'
2125
allow:
2226
- dependency-type: all
2327

0 commit comments

Comments
 (0)