Skip to content

Commit 256a9f2

Browse files
authored
fix: stop Renovate from managing Go modules (#664)
Fixes #660. Dependabot (per the go-app template) and Renovate both managed gomod, producing duplicate racing update PRs. Dependabot stays the owner of the core ecosystems; Renovate's gomod manager is disabled via the top-level manager toggle. Actions/docker duplication was not part of the issue and is untouched. _Assisted by claude-code:claude-fable-5 — [Session](https://claude.ai/code/session_01L7tF9XuJfAfFk4yuY5KfPK)_
2 parents 72b6bd9 + d2e1842 commit 256a9f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"extends": [
44
"github>netresearch/renovate-config"
55
],
6+
"gomod": {
7+
"enabled": false
8+
},
69
"automergeType": "pr",
710
"platformAutomerge": true,
811
"packageRules": [

0 commit comments

Comments
 (0)