Copilot commented on code in PR #51112:
URL: https://github.com/apache/arrow/pull/51112#discussion_r3899543440
##########
.github/dependabot.yml:
##########
@@ -24,3 +24,7 @@ updates:
commit-message:
prefix: "MINOR: [CI] "
open-pull-requests-limit: 10
+ groups:
+ apache-infrastructure-actions:
+ patterns:
+ - "apache/infrastructure-actions*"
Review Comment:
The group pattern `"apache/infrastructure-actions*"` will also match any
other actions from `apache/infrastructure-actions` (not just `stash/save` and
`stash/restore`). This seems broader than the PR title/issue description;
consider narrowing the patterns (or rename the PR/title if the broader grouping
is intended).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]