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

gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new f79f885e Infra: Remove GitHub Actions from Dependabot configuration 
(#597)
f79f885e is described below

commit f79f885e46f6460b3356e90288e8d69803558f57
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Mar 23 18:45:54 2026 -0700

    Infra: Remove GitHub Actions from Dependabot configuration (#597)
    
    Related to https://github.com/apache/iceberg-python/issues/3186
    
    Dont auto update since we now depend on github action being allowlisted
    by asf-infra first,
    
https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml
---
 .github/dependabot.yml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 2cc471df..00000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,25 +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.
-#
-
-version: 2
-updates:
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      interval: "daily"
-    open-pull-requests-limit: 10

Reply via email to