Exclude expectrl and imara-diff from grouped version updates
#2269
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.
Dependabot is working again for cargo dependencies: #2245 was due to dependabot/dependabot-core#13345, fixed in dependabot/dependabot-core#13359.
However, now we get an analogous problem in here in
gitoxidewithexpectrlandimara-diffto the problem previously encountered incargo-smart-releasewithpulldown-cmark. That was seen in GitoxideLabs/cargo-smart-release#85, where even though it is held back independabot.yml, Dependabot proposed updates to it inCargo.toml. The analogous problem here can be seen in #2268, which includesexpectrlandimara-diff.In GitoxideLabs/cargo-smart-release#86, we worked around the problem in
cargo-smart-releaseby explicitly excludingpulldown-cmarkfrom grouped updates, so that PRs would be made without it even of Dependabot were to wrongly detect that it should attempt to upgrade it. That was even more effective than anticipated, in that Dependabot also refrained from opening extra non-grouped PRs for it (it heeded the version restrictions again).This attempts an analogous change here in
dependabot.ymlforgitoxide, excludingexpectrlandimara-difffrom grouped version updates. Hopefully this will at least allow Dependabot grouped version update PRs to be made that don't bump those crates.