Skip to content

Commit 84ed1cb

Browse files
authored
ci(dependabot): switch schedule from weekly to daily (#300)
Weekly schedule with a specific day (Monday) can be unreliable — GitHub does not guarantee exact execution times, and if the window is missed, Dependabot may skip the week entirely. Switching to daily checks ensures consistent weekday coverage. The existing cooldown setting (default-days: 7) prevents duplicate PRs for the same dependency within a week, so there is no increase in PR noise.
1 parent daa1951 commit 84ed1cb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
day: "monday"
6+
interval: "daily"
87
time: "09:30"
98
timezone: "America/Toronto"
109
pull-request-branch-name:
@@ -17,8 +16,7 @@ updates:
1716
- package-ecosystem: "pre-commit"
1817
directory: "/"
1918
schedule:
20-
interval: "weekly"
21-
day: "monday"
19+
interval: "daily"
2220
time: "09:45"
2321
timezone: "America/Toronto"
2422
pull-request-branch-name:

0 commit comments

Comments
 (0)