Get only patch version updates to imara-diff#2069
Merged
Eliah Kagan (EliahKagan) merged 1 commit intoGitoxideLabs:mainfrom Jul 2, 2025
Merged
Get only patch version updates to imara-diff#2069Eliah Kagan (EliahKagan) merged 1 commit intoGitoxideLabs:mainfrom
imara-diff#2069Eliah Kagan (EliahKagan) merged 1 commit intoGitoxideLabs:mainfrom
Conversation
This configures Dependabot version updates to keep `imara-diff` at 0.1.*. It does not affect Dependabot security updates, nor other ways of updating besides Dependabot, nor other crate dependencies if they are unrelated to `imara-diff`. See: - https://github.blog/changelog/2021-05-21-dependabot-version-updates-can-now-ignore-major-minor-patch-releases/ - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#ignore-- This is by the same technique as used in: GitoxideLabs/cargo-smart-release@aeb91ee See discussion in GitoxideLabs#2068 for details for why we are not upgrading `imara-diff` to 0.2 at this time.
This was referenced Jul 2, 2025
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.
This configures Dependabot version updates to keep
imara-diffat 0.1.*. It does not affect Dependabot security updates, nor other ways of updating besides Dependabot, nor other crate dependencies if they are unrelated toimara-diff. See:This is by the same technique as used in GitoxideLabs/cargo-smart-release@aeb91ee.
See discussion in #2068 for details for why we are not upgrading
imara-diffto 0.2 at this time.I've tested this in my fork; see EliahKagan#62 if interested. The configuration works, and no other changes were needed to make CI pass in that test PR. Unless something arises to indicate otherwise, I plan to merge this, then let Dependabot update #2068 or supersede it with a new PR (I expect it to do the latter) and merge it so long as it also passes here.
Edit: The new Dependabot PR was #2070, which I have now merged.