The GitHub Actions job "Required Checks" on texera.git/main has succeeded. Run started by GitHub user github-merge-queue[bot] (triggered by github-merge-queue[bot]).
Head commit for run: 6eb4165f7ca49ba4eb9d6727971097763c9a8377 / Xinyuan Lin <[email protected]> chore: remove unintentional Dependabot bun config for agent-service (#5914) ### What changes were proposed in this PR? Removes `.github/dependabot.yml`, reverting an unintentional change introduced by #4961. That PR (an `elysia` version bump) also created `.github/dependabot.yml` from scratch with a single `bun` ecosystem entry: ```yaml updates: - package-ecosystem: "bun" directory: "/agent-service" schedule: interval: "weekly" commit-message: prefix: "chore(deps)" ``` This configures Dependabot to open **weekly** dependency-bump PRs for `/agent-service` — routine version bumps, **not** security-driven. The config was added as a workaround for Dependabot not handling `bun.lock` correctly, but it was not the intended change of #4961, was not reflected in that PR's description, and was not reviewed by the other maintainers. Since the file never existed before #4961, the revert simply deletes it, restoring the pre-#4961 state (no Dependabot configuration, no automatic weekly bumps for `agent-service`). ### Any related issues, documentation, discussions? Reverts the `.github/dependabot.yml` addition from #4961. ### How was this PR tested? No tests apply — this removes a CI/automation config file. The change is a clean deletion of a file added by #4961 (`1 file changed, 28 deletions(-)`); `git diff` confirms the working tree returns to the pre-#4961 state for this path. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.8) Co-authored-by: Claude Opus 4.8 <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/28061026467 With regards, GitHub Actions via GitBox
