Skip to content

ci(dependabot): use Bun package ecosystem - #57

Merged
amondnet merged 2 commits into
mainfrom
fix/dependabot-bun-ecosystem
Jul 28, 2026
Merged

ci(dependabot): use Bun package ecosystem#57
amondnet merged 2 commits into
mainfrom
fix/dependabot-bun-ecosystem

Conversation

@amondnet

@amondnet amondnet commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • configure Dependabot to use the bun package ecosystem
  • update the adjacent comment to describe Bun dependencies
  • leave the GitHub Actions update configuration unchanged

This follows up on the dependency update raised in #56: the repository uses bun.lock, which Dependabot supports through the bun ecosystem rather than npm.

Validation

  • parsed .github/dependabot.yml with Bun.YAML.parse
  • verified the configured ecosystems are github-actions and bun
  • ran git diff --check

Summary by cubic

Switch Dependabot to the bun ecosystem so updates target bun.lock, and add a 7-day cooldown to pace dependency PRs. Updated the Bun comment; github-actions updates remain unchanged.

Written for commit 5487cf6. Summary will update on new commits.

The bun.lock file is only supported by Dependabot's bun ecosystem.
Comment thread .github/dependabot.yml Fixed
@amondnet amondnet self-assigned this Jul 28, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Dependabot configuration in .github/dependabot.yml to track Bun dependencies instead of npm dependencies across the monorepo. There are no review comments, and I have no feedback to provide.

@greptile-apps

greptile-apps Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Updates Dependabot’s package-manager configuration.

  • Switches the root dependency ecosystem from npm to bun.
  • Adds a seven-day default cooldown for Bun dependency updates.
  • Updates the adjacent comment while leaving GitHub Actions updates unchanged.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
.github/dependabot.yml Configures Dependabot to process the repository’s Bun dependencies and apply a seven-day update cooldown.

Reviews (2): Last reviewed commit: "chore: apply AI code review suggestions" | Re-trigger Greptile

@sonarqubecloud

Copy link
Copy Markdown

@amondnet
amondnet enabled auto-merge (squash) July 28, 2026 15:10
@amondnet
amondnet merged commit 78ac8ae into main Jul 28, 2026
13 checks passed
@amondnet
amondnet deleted the fix/dependabot-bun-ecosystem branch July 28, 2026 15:10
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.

2 participants