From 1e68075aefacaff5fe1c33071b6a772ddd4c05f3 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 1 Sep 2026 08:58:37 +0900 Subject: [PATCH] GH-51111: [Dev] Group apache/infrastructure-actions/stash/{save,restore} Dependabot updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 282a8866c407..1acdf1e9cad8 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"