Commit 816d831
authored
chore: disable dependabot version updates for the bun ecosystem (#151)
The wildcard `version-update:semver-major` ignore does not hold for this
ecosystem. #145 named vite, @vitejs/plugin-react, typescript and immer
explicitly after the 2026-08-10 run let those majors through; the very
next run, on the merged config, opened react-resizable-panels 2 -> 4.
That is six majors through the bun entry against zero through 38 Cargo
PRs sharing the same ignore block, so the wildcard is not being applied
here rather than being mis-specified. Naming packages one at a time
cannot fix it — the next major is always a package nobody has listed.
`open-pull-requests-limit: 0` is the documented way to disable version
updates for a single package manager. Security update PRs are exempt
from the limit, so vulnerability fixes still arrive; only routine
version bumps stop.
The group and ignore blocks are kept in place, unused, so restoring the
previous behaviour is a one-line change once bun support honours
ignore.update-types.
This matters more for the frontend than it would elsewhere. Per the
`dedupe` note in vite.config.ts, a duplicated @codemirror/* or
pdfjs-dist in the production bundle silently breaks editor theming and
PDF rendering while lint, typecheck, `bun run build` and `bun run dev`
all stay green. The check that would catch it is `bun run build:app` and
a real window, which no unattended bot PR can attest to.1 parent 9a65594 commit 816d831
1 file changed
Lines changed: 26 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
3 | 28 | | |
4 | 29 | | |
5 | 30 | | |
6 | 31 | | |
7 | | - | |
| 32 | + | |
8 | 33 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 34 | | |
14 | 35 | | |
15 | 36 | | |
16 | 37 | | |
17 | 38 | | |
18 | 39 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments