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 7a702a709 chore(rust): group `arrow` and `datafusion` dependabot
updates (#2387)
7a702a709 is described below
commit 7a702a709ca88b42c40b7c1a624865d5ea78f1e0
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Thu Dec 26 01:17:54 2024 +0100
chore(rust): group `arrow` and `datafusion` dependabot updates (#2387)
We want to bump these crates together.
---
.github/dependabot.yml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6bdfda1d2..58f3ede26 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -57,3 +57,12 @@ updates:
interval: "weekly"
commit-message:
prefix: "chore(rust): "
+ groups:
+ arrow:
+ applies-to: version-updates
+ patterns:
+ - "arrow-*"
+ datafusion:
+ applies-to: version-updates
+ patterns:
+ - "datafusion*"