Skip to content

Commit 86b1804

Browse files
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

File tree

.github/dependabot.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gomod
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
day: monday
8-
time: "06:00"
9-
timezone: Etc/UTC
10-
open-pull-requests-limit: 5
11-
groups:
12-
gomod-security:
13-
applies-to: security-updates
14-
patterns:
15-
- "*"
16-
gomod-minor-patch:
17-
applies-to: version-updates
18-
update-types:
19-
- minor
20-
- patch
21-
223
- package-ecosystem: github-actions
234
directory: "/"
245
schedule:

0 commit comments

Comments
 (0)