This is an automated email from the ASF dual-hosted git repository.
CTTY 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 bcf871c8b chore: add `uv` to dependabot for /bindings/python (#2444)
bcf871c8b is described below
commit bcf871c8bd4a5a1d064af418de9df22d7efeb540
Author: Kevin Liu <[email protected]>
AuthorDate: Wed May 13 15:26:23 2026 -0400
chore: add `uv` to dependabot for /bindings/python (#2444)
## 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?
<!--
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 | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 03235972d..8581bf19c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -46,3 +46,12 @@ updates:
- "parquet"
cooldown:
default-days: 7
+
+ # Maintain dependencies for python bindings
+ - package-ecosystem: "uv"
+ directory: "/bindings/python"
+ schedule:
+ interval: "weekly"
+ day: "sunday"
+ cooldown:
+ default-days: 7