Skip to content

Commit 7ef73f0

Browse files
chore: disable major Go dependency updates in Renovate
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 30727cf commit 7ef73f0

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
@@ -26,7 +26,7 @@
2626
"matchManagers": ["gomod"],
2727
"excludePackageNames": ["go"],
2828
"matchUpdateTypes": ["major"],
29-
"groupName": "Go dependencies (major)"
29+
"enabled": false
3030
}
3131
]
3232
}

0 commit comments

Comments
 (0)