chore(renovate): never auto-major the xmtp sdk/bindings pair - #146
Closed
insipx wants to merge 1 commit into
Closed
Conversation
A stray 2.0.0-nightly.20260604 bindings artifact on npm becomes the top sorted candidate without a major ceiling; majors on the native pair should be deliberate.
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — This is a narrowly scoped Renovate rule that stops automatic major updates for the native SDK/bindings pair while leaving normal update behavior unchanged. Its effect is limited to dependency-management automation and does not alter production runtime behavior. You can add or adjust custom eligibility rules. Learn more. |
Contributor
Author
|
Retracting per Andrew — ignoring the one stray version suffices, and closing renovate's #3661 already pins that ignore. (If it ever resurfaces, |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renovate just offered
@xmtp/node-bindings@2.0.0-nightly.20260604.90d0bfb— a stray June artifact (libxmtp's bindings carried a transient 2.0.0 base version for one nightly before reverting to 1.x). It was invisible underfollowTagand surfaced once these pins became version-sorted; the suffix-shapedallowedVersionshas no major ceiling.This adds a rule disabling major updates for the native
@xmtp/node-sdk/@xmtp/node-bindingspair — dev/nightly/pre flows (minor/patch) are unaffected, and a real major becomes a deliberate one-line config change instead of an automerge surprise.🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Note
Disable major updates for
@xmtp/node-sdkand@xmtp/node-bindingsin Renovate configAdds a packageRules entry in renovate.json targeting
@xmtp/node-sdkand@xmtp/node-bindingswithenabled: falseformajorupdate types. Minor and patch updates remain unaffected.Macroscope summarized 9eac84b.