Commit 5462e68
chore: add dependency age check to CI (#195)
## Summary
- Adds `dependency-check` job to CI workflow using
`runloopai/dependency-age-check-action@main`
- Checks that newly added npm packages in `pnpm-lock.yaml` were
published at least 14 days ago
- Added to `ready-to-merge` gate (allows `skipped` for
`workflow_dispatch` runs)
## Test plan
- [ ] Open a PR with a lockfile change and verify the check runs
- [ ] Verify `workflow_dispatch` still passes (dependency-check is
skipped)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 150f8ae commit 5462e68
1 file changed
Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
132 | 152 | | |
133 | 153 | | |
134 | | - | |
| 154 | + | |
| 155 | + | |
135 | 156 | | |
136 | 157 | | |
137 | 158 | | |
| |||
140 | 161 | | |
141 | 162 | | |
142 | 163 | | |
143 | | - | |
| 164 | + | |
| 165 | + | |
144 | 166 | | |
145 | 167 | | |
146 | 168 | | |
| |||
0 commit comments