This is an automated email from the ASF dual-hosted git repository. asukaminato pushed a commit to branch fix-dep-group in repository https://gitbox.apache.org/repos/asf/opendal.git
commit a0b320b62f97a69c4016af60cb55887b1ba4102c Author: Asuka Minato <[email protected]> AuthorDate: Wed Jul 2 02:00:26 2025 +0900 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"
