← 返回首页
chore: disable major Go dependency updates in Renovate by carole-lavillonniere · Pull Request #94 · localstack/lambda-runtime-init · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

chore: disable major Go dependency updates in Renovate#94

Merged
skyrpex merged 1 commit into
localstackfrom
chore/disable-major-go-deps-renovate
Apr 23, 2026
Merged

chore: disable major Go dependency updates in Renovate#94
skyrpex merged 1 commit into
localstackfrom
chore/disable-major-go-deps-renovate

Conversation

Copy link
Copy Markdown

Summary

  • Disables Renovate PRs for major Go module version bumps

Context

Major Go module upgrades require changing import paths throughout the source code (e.g. github.com/go-chi/chi → github.com/go-chi/chi/v5), which Renovate cannot do automatically. The resulting PRs only update go.mod/go.sum but leave the source code on the old import paths, making them incomplete and misleading (e.g. #86).

Disabling these makes major upgrades an intentional manual process, which they have to be anyway.

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.
Comment thread renovate.json
"matchManagers": ["gomod"],
"excludePackageNames": ["go"],
"matchUpdateTypes": ["major"],
"groupName": "Go dependencies (major)"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

nit: I guess we could keep the groupName if we want to toggle it back (in case CVE handling requires it)

skyrpex closed this Apr 23, 2026
skyrpex reopened this Apr 23, 2026
Hide details View details skyrpex merged commit eb5eb75 into localstack Apr 23, 2026
4 checks passed
skyrpex deleted the chore/disable-major-go-deps-renovate branch April 23, 2026 13:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Footer

© 2026 GitHub, Inc.