This is an automated email from the ASF dual-hosted git repository.

aglinxinyuan pushed a commit to branch claude/eloquent-swirles-9b8840
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 8c5b6fcc1b842e840dda336e7313918372d6283b
Author: Xinyuan Lin <[email protected]>
AuthorDate: Tue Jun 23 14:16:32 2026 -0700

    chore: remove unintentional Dependabot bun config for agent-service
    
    PR #4961 created .github/dependabot.yml with a bun-ecosystem entry that
    schedules weekly dependency-bump PRs for /agent-service. These bumps are
    routine (not security-driven), and the config was added as a workaround
    for Dependabot not handling bun.lock — it was not the intended change of
    that PR. Remove the file to stop the weekly auto-bumps and restore the
    pre-#4961 state.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
---
 .github/dependabot.yml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 7fa277b31a..0000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-# agent-service uses Bun (bun.lock). The npm/yarn updater leaves bun.lock
-# stale, so version updates run through the bun ecosystem instead. Requires
-# Dependabot bun support (>= v1.2.5).
-version: 2
-updates:
-  - package-ecosystem: "bun"
-    directory: "/agent-service"
-    schedule:
-      interval: "weekly"
-    commit-message:
-      prefix: "chore(deps)"

Reply via email to