Revert "ci: auto-merge Dependabot pip range updates (minor/patch)"#62
Merged
Conversation
This reverts commit 0f823dd. The fallback is dead code and its comment is now false. The empty `update-type` on pip range updates was a `fetch-metadata@v2` limitation, not a Dependabot one: with `@v3` (merged in #50) the same PR reports `update-type: version-update:semver-minor`, `previous-version: 3.0`, `new-version: 3.1.3` -- and #55 auto-merged on its own before #61 ever landed (job 30158546609). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Reverts #61 — the fallback is dead code and its comment is false.
The empty
update-typeon pip range updates was afetch-metadata@v2limitation, not a Dependabot one. With@v3(merged in #50) the very same PR reports everything the original condition needs:Evidence: #55 (
flask >=3.0 → >=3.1.3) auto-merged on its own at 12:48:28Z, three minutes before #61 landed (12:51:39Z) — job 30158546609. The workflow that merged it was the one already onmain, without the fallback.So #61's
if: update-type == ''branch can never fire, and its comment ("Dependabot does not classify pip range updates") is now a false statement sitting in the repo. Removing it.🤖 Generated with Claude Code