This is an automated email from the ASF dual-hosted git repository.

asukaminato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new a65403859 chore: add group dep for dependabot (#6357)
a65403859 is described below

commit a654038595dcaeda0c52e3bb7bf2d8ad920e5b51
Author: Asuka Minato <[email protected]>
AuthorDate: Wed Jul 2 02:40:35 2025 +0900

    chore: add group dep for dependabot (#6357)
    
    add group dep for dependabot
    
    fix #6333
---
 .github/dependabot.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f414e7365..e109a9414 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -76,6 +76,11 @@ updates:
     open-pull-requests-limit: 1
     schedule:
       interval: "monthly"
+    groups:
+      pyo3-dependencies:
+        patterns:
+          - "pyo3"
+          - "pyo3-*"
 
   - package-ecosystem: "npm"
     directory: "/website"

Reply via email to