Skip to content

Revert "ci: auto-merge Dependabot pip range updates (minor/patch)"#62

Merged
iscarelli merged 1 commit into
mainfrom
revert-61-automerge-fallback
Jul 25, 2026
Merged

Revert "ci: auto-merge Dependabot pip range updates (minor/patch)"#62
iscarelli merged 1 commit into
mainfrom
revert-61-automerge-fallback

Conversation

@iscarelli

Copy link
Copy Markdown
Owner

Reverts #61 — the fallback is dead code and its comment is 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 very same PR reports everything the original condition needs:

outputs.update-type: version-update:semver-minor
outputs.previous-version: 3.0
outputs.new-version: 3.1.3

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 on main, 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

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>
@iscarelli
iscarelli merged commit ca17851 into main Jul 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant