Skip to content

ci(dependabot): ignore parallel semver-major bumps#182

Merged
unhappychoice merged 1 commit into
masterfrom
fix/dependabot-ignore-parallel-major
Jun 6, 2026
Merged

ci(dependabot): ignore parallel semver-major bumps#182
unhappychoice merged 1 commit into
masterfrom
fix/dependabot-ignore-parallel-major

Conversation

@unhappychoice

Copy link
Copy Markdown
Member

Summary

  • parallel >= 2.0 requires Ruby >= 3.3, but our CI matrix still includes Ruby 3.1.7 / 3.2.8
  • Dependabot's resolver crashes on every run while trying to bump parallel from 1.28.0, blocking all other dependency PRs
  • Add a version-update:semver-major ignore so Dependabot stops trying

Closes unhappychoice/oss-issue-opener#222

Test plan

  • Next Dependabot run completes without the parallel resolver crash

The parallel gem >= 2.0 requires Ruby >= 3.3, but our test matrix still
includes Ruby 3.1.7 / 3.2.8. Dependabot crashes (RuntimeError) when it
tries to resolve a major bump for parallel on this lockfile, blocking
all other dependency updates.
@unhappychoice unhappychoice merged commit f18ce44 into master Jun 6, 2026
5 checks passed
@unhappychoice unhappychoice deleted the fix/dependabot-ignore-parallel-major branch June 6, 2026 09:41
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.

[CI Failure] bitflyer-tools/bitflyer-cli

1 participant