Skip to content

ci: add workflow to fix Dependabot bun lockfile#104

Merged
robcohen merged 1 commit intomainfrom
ci/fix-dependabot-lockfile
Apr 3, 2026
Merged

ci: add workflow to fix Dependabot bun lockfile#104
robcohen merged 1 commit intomainfrom
ci/fix-dependabot-lockfile

Conversation

@robcohen
Copy link
Copy Markdown
Member

@robcohen robcohen commented Apr 3, 2026

Summary

Dependabot doesn't properly update bun.lock when updating package.json. This causes CI to fail with:

error: lockfile had changes, but lockfile is frozen

This workflow:

  • Triggers on Dependabot PRs that touch frontend/package.json
  • Regenerates bun.lock using bun install
  • Commits and pushes the updated lockfile

Related

🤖 Generated with Claude Code

Dependabot doesn't properly update bun.lock when updating package.json.
This workflow detects Dependabot PRs that touch frontend/package.json
and regenerates the lockfile automatically.

See: dependabot/dependabot-core#11602
@robcohen robcohen enabled auto-merge (squash) April 3, 2026 16:12
@robcohen robcohen merged commit edab3ac into main Apr 3, 2026
22 checks passed
@robcohen robcohen deleted the ci/fix-dependabot-lockfile branch April 3, 2026 16:13
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