Commit 84ed1cb
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
0 commit comments