Skip to content

Commit df0966d

Browse files
committed
🔧 chore: batch dependency updates weekly on Tuesday
Dependabot now checks once a week on Tuesday, with a catch-all group per ecosystem collecting that week's bumps into a single pull request. The other projects I maintain use the same schedule, so their update reviews arrive together.
1 parent 6fe25b3 commit df0966d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎.github/dependabot.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "weekly"
7+
day: "tuesday"
78
groups:
89
actions:
910
patterns:

0 commit comments

Comments
 (0)