This is an automated email from the ASF dual-hosted git repository.
mbrobbel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 1029974bc0 chore: group prost dependabot updates (#7659)
1029974bc0 is described below
commit 1029974bc0f03b8adb089bfa8cc8f0ee96701866
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Fri Jun 13 22:11:16 2025 +0200
chore: group prost dependabot updates (#7659)
# Which issue does this PR close?
None.
# Rationale for this change
Group PRs like
- #7656
- #7657
- #7658
# What changes are included in this PR?
Group for prost updates in dependabot config.
# Are there any user-facing changes?
No.
---
.github/dependabot.yml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 742ca2c51b..eb8a48f750 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,10 +6,15 @@ updates:
interval: daily
open-pull-requests-limit: 10
target-branch: main
- labels: [ auto-dependencies, arrow ]
+ labels: [auto-dependencies, arrow]
+ groups:
+ prost:
+ applies-to: version-updates
+ patterns:
+ - "prost*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
- labels: [ auto-dependencies ]
+ labels: [auto-dependencies]