aglinxinyuan opened a new pull request, #5914:
URL: https://github.com/apache/texera/pull/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)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to