This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new cb7f78a25 Infra: Remove GitHub Actions from Dependabot configuration
(#2267)
cb7f78a25 is described below
commit cb7f78a25cf6c13a2af7fd295aee31d0560eee39
Author: Kevin Liu <[email protected]>
AuthorDate: Sun Mar 22 18:12:34 2026 -0700
Infra: Remove GitHub Actions from Dependabot configuration (#2267)
Removed GitHub Actions dependency update configuration.
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes #123` indicates that this PR will close issue #123.
-->
- Closes #.
## What changes are included in this PR?
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
<!--
Provide a summary of the modifications in this PR. List the main changes
such as new features, bug fixes, refactoring, or any other updates.
-->
## Are these changes tested?
<!--
Specify what test covers (unit test, integration test, etc.).
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
---
.github/dependabot.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a94ae0151..23c9b239e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -17,13 +17,6 @@
version: 2
updates:
- # Maintain dependencies for GitHub Actions
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"
- day: "sunday"
-
# Maintain dependencies for iceberg
- package-ecosystem: "cargo"
directory: "/"