This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new e58be61d0 chore(rust): add dependabot updates (#2374)
e58be61d0 is described below
commit e58be61d05d306657d2dc7578de41cf453c27248
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Thu Dec 19 02:10:51 2024 +0100
chore(rust): add dependabot updates (#2374)
Adds a weekly `cargo` update check with dependabot for `/rust/`.
---
.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 65c541086..6bdfda1d2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -51,3 +51,9 @@ updates:
- dependency-name: "System.*"
update-types:
- "version-update:semver-major"
+ - package-ecosystem: "cargo"
+ directory: "/rust/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "chore(rust): "