Skip to content

Commit dbc607d

Browse files
catomeanclaude
andauthored
chore: add a dependency watcher (#12)
23 of 30 repos in the fleet had none. The symptom looks like neglect and is not: aoz-housing had 100 commits in August, features landing daily, and was still on Next 14 / React 18 / Tailwind 3 — because nothing ever OPENED the upgrade PR. Version drift here is the absence of a mechanism. npm directory: /. Minor and patch grouped so the sweep spends one cycle on them; majors stay separate because they deserve reading. Claude-Session: https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent f0fd2d1 commit dbc607d

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Dependency updates, weekly.
2+
#
3+
# Added 2026-08-29 after a fleet audit found 23 of 30 repos had no watcher at
4+
# all. The symptom looked like neglect and was not: aoz-housing had 100 commits
5+
# that month and was still on Next 14, because nothing ever opened the PR.
6+
# Drift here is the absence of a mechanism, not the absence of attention.
7+
#
8+
# Minor and patch are grouped into one PR so the auto-merge sweep spends one
9+
# cycle on them instead of five; majors stay separate because they deserve to
10+
# be read.
11+
version: 2
12+
updates:
13+
- package-ecosystem: npm
14+
directory: "/"
15+
schedule:
16+
interval: weekly
17+
open-pull-requests-limit: 5
18+
groups:
19+
minor-and-patch:
20+
update-types: [minor, patch]
21+
22+
- package-ecosystem: github-actions
23+
directory: "/"
24+
schedule:
25+
interval: weekly
26+
open-pull-requests-limit: 3

0 commit comments

Comments
 (0)