Skip to content

Commit 272fc87

Browse files
authored
🔧 chore: batch dependency updates weekly on Tuesday (#273)
Dependabot opened a separate pull request for every bump here, which turned routine maintenance into a stream of near-identical reviews. 🔁 `.github/dependabot.yaml` now runs weekly on Tuesday with a catch-all `groups` entry per ecosystem, so one pull request carries the week's bumps. The other projects I maintain are moving to the same schedule.
1 parent ef58d41 commit 272fc87

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)