Get only patch version updates to imara-diff
#2069
Merged
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-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 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-diff
to 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.