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 f51e62332 ci: bundle all action updates together (#3809)
f51e62332 is described below

commit f51e623322bd55372179cc99771d6a990047bb08
Author: David Li <[email protected]>
AuthorDate: Tue Dec 16 23:15:53 2025 +0900

    ci: bundle all action updates together (#3809)
    
    Avoid having half a dozen small PRs - most of the time these changes are
    a formality anyways.
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8d505aa5f..1f5e947c0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,6 +23,10 @@ updates:
       interval: "weekly"
     commit-message:
       prefix: "chore: "
+    groups:
+      actions:
+        patterns:
+          - "*"
   - package-ecosystem: "gomod"
     directory: "/go/adbc/"
     schedule:

Reply via email to