Skip to content

Commit e257354

Browse files
authored
🔧 chore: batch dependency updates weekly on Tuesday (#33)
Every project I maintain now checks for dependency updates on the same day, so the batched pull requests arrive together instead of scattered across the week. 🔁 Bumps already land grouped here; this moves the run to weekly on Tuesday.
1 parent 6fe25b3 commit e257354

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)