Skip to content

Commit 4dd12a3

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 ce9abe3 commit 4dd12a3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
7+
day: "tuesday"
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*"
712
cooldown:
813
default-days: 7

0 commit comments

Comments
 (0)