Skip to content

Commit eb5eb75

Browse files
chore: disable major Go dependency updates in Renovate (#94)
Major Go module version bumps require import path changes throughout the source code, which Renovate cannot do automatically. Disable these PRs to avoid noise from incomplete updates.
1 parent c91a64a commit eb5eb75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"matchManagers": ["gomod"],
2222
"excludePackageNames": ["go"],
2323
"matchUpdateTypes": ["major"],
24-
"groupName": "Go dependencies (major)"
24+
"enabled": false
2525
}
2626
]
2727
}

0 commit comments

Comments
 (0)