Skip to content

Commit 7b5d1aa

Browse files
authored
Dependabot check weekly. (#264)
1 parent b5bc146 commit 7b5d1aa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ updates:
77
- package-ecosystem: "github-actions"
88
directory: "/"
99
schedule:
10-
# Check for updates to GitHub Actions every weekday
11-
interval: "daily"
10+
# Check later in the week - the upstream dependabot check in `workflows` runs deliberately early in the week.
11+
# Therefore allowing time for the `workflows` update to be merged-and-released first.
12+
interval: "weekly"
13+
day: "thursday"
14+
time: "01:00"
15+
timezone: "Europe/London"
1216
groups:
1317
dependencies:
1418
patterns:

0 commit comments

Comments
 (0)