Commit 230343d
fix: Simplify Dependabot config to fix Yarn 4 workspace incompatibility (#729)
The grouped dependency updates were causing Dependabot to fail with:
- "peer dependencies are incorrectly met" errors
- "Couldn't find the node_modules state file" errors
This commit removes all dependency groups and switches to a simpler
configuration pattern that is proven to work with Yarn 4 workspaces,
based on the working configuration in `MetaMask/core`.
Changes:
- Remove all 10 dependency groups (vite, metamask, react, etc.)
- Add 'allow' lists for high-priority packages (@metamask/*, @agoric/*,
@endo/*)
- Add github-actions ecosystem monitoring
- Keep weekly schedule and other working settings
Trade-off: Will receive more individual PRs instead of grouped ones, but
Dependabot will (hopefully) actually work and be able to update
dependencies.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is
generating a summary for commit
9caa57e. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Claude Sonnet 4.5 <[email protected]>1 parent 4aad564 commit 230343d
1 file changed
+13
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments