Commit 86b1804
ci(dependabot): drop gomod ecosystem — sibling-replace incompatible [skip ci]
Dependabot gomod updates failed on every run because go.mod uses
`replace instant.dev/common => ../common` and `replace instant.dev/proto
=> ../proto`. Dependabot's sandbox clones only this repo so `../common`
and `../proto` don't exist; every `go mod tidy` post-candidate-update
fails with "cannot find module providing package instant.dev/common/*".
This is documented Dependabot behavior: the gomod ecosystem cannot
resolve filesystem replace directives that target paths outside the
cloned repo.
Keeping github-actions ecosystem only — it's self-contained and catches
CVE'd action versions (e.g. the tj-actions/changed-files
supply-chain attack class), which is the higher-severity risk.
Long-term: when common/proto are published as registry modules
(removing the replace directives), gomod can be re-added.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 834fffd commit 86b1804
1 file changed
Lines changed: 0 additions & 19 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 | 3 | | |
23 | 4 | | |
24 | 5 | | |
| |||
0 commit comments