Don't include pulldown-cmark in grouped version updates
#86
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 is an attempt to work around the problem seen in #85 and discussed in comments there, where even though we prohibit version updates to
pulldown-cmarkalready (seedependendabot.yml, #54, and #59), Dependabot has recently begun to attempt them anyway.This may not prevent Dependabot from attempting to update the crate to a version it's not supposed to, but it should cause any such attempts to be done in their own PRs, separate from the main grouped PR where other updates are done.
See #85 (comment) for further context. Assuming this works, the Dependabot PR that will be created automatically once this is merged shall supersede #85 and close it automatically; I am deliberately not closing #85 manually because I want to observe if/when that occurs (and because I think closing it manually could lead to greater confusion when examining it later).
This is a draft until I fully verify that my other attempts to fix this problem in #85 are not working.