Commit c4fce39
committed
chore(renovate): enable updates for indirect Go dependencies
Renovate's gomod manager skips deps marked `// indirect` unless a rule
enables them, so transitive modules were never proposed for update. That
is where Go CVEs usually land.
golang.org/x/net is the current example: v0.56.0 has been available since
2026-06-09 and fixes CVE-2026-46600 (HIGH), but go.mod still pins v0.55.0
because the dep is indirect. The last bump to v0.55 (#110) was hand-written
for the same reason.
The new rule only sets `enabled`, so the grouping and automerge from the
"Go dependencies (non-major)" rule still apply, and it is placed before the
major rule so major bumps stay disabled.
Validated with renovate-config-validator.1 parent 3cf0464 commit c4fce39
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
0 commit comments