Commit 2eb5c28
ci(deps): stop dependabot proposing majors it cannot resolve
Three of the nine open dependency PRs failed for reasons in my own config
rather than anything wrong with the dependency:
- The dev-tooling group bundled majors, producing a PR that raised
typescript 5 -> 7 while leaving typescript-eslint at 8, which does not
support it. npm could not resolve it, so the PR was red by construction.
The group is now minor and patch only.
- @eslint/js 10 requires eslint 10, so proposing it on its own can never
install. Majors of eslint, @eslint/js and typescript are now ignored:
they are migrations, and TypeScript 7 is a different compiler.
- The PR title check required a lower-case subject, which failed
'ci(deps): Bump gitleaks-action from 2 to 3'. Dependabot capitalises some
titles and not others, so the rule rejected dependency PRs for a reason
no human chose. Only a trailing full stop is rejected now.
Majors of commander and diff join ws and chokidar in the ignore list. All
four reach a user's machine and can change behaviour against a live
instance, so they should be a deliberate decision rather than a routine PR.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 24d8ad9 commit 2eb5c28
2 files changed
Lines changed: 28 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
27 | | - | |
28 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
33 | 52 | | |
34 | 53 | | |
35 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | | - | |
49 | | - | |
| 51 | + | |
| 52 | + | |
0 commit comments