The GitHub Actions job "Required Checks" on texera.git/release/v1.2 has 
succeeded.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
4a98f831cbb943ebd5142885e9b7e738c624cad0 / 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)

(backported from commit 6eb4165f7ca49ba4eb9d6727971097763c9a8377)

Co-authored-by: Claude Opus 4.8 <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/28061042935

With regards,
GitHub Actions via GitBox

Reply via email to