This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 1932bf5888 GH-51111: [Dev] Group
apache/infrastructure-actions/stash/{save,restore} Dependabot updates (#51112)
1932bf5888 is described below
commit 1932bf58884209b76ab6ca57014dd0aa0f7432b8
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Sep 1 09:15:14 2026 +0900
GH-51111: [Dev] Group apache/infrastructure-actions/stash/{save,restore}
Dependabot updates (#51112)
### Rationale for this change
They exist in the same repository. We should update them at once.
### What changes are included in this PR?
Add a new group for them.
### Are these changes tested?
No. I want to try this in apache/arrow.
### Are there any user-facing changes?
No.
* GitHub Issue: #51111
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.github/dependabot.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 282a8866c4..1acdf1e9ca 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,3 +24,8 @@ updates:
commit-message:
prefix: "MINOR: [CI] "
open-pull-requests-limit: 10
+ groups:
+ apache-infrastructure-actions-stash:
+ patterns:
+ - "apache/infrastructure-actions/stash/save"
+ - "apache/infrastructure-actions/stash/restore"