Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ updates:
interval: monthly
open-pull-requests-limit: 10
groups:
# DataFusion, Arrow, and object_store are released and bumped together
datafusion:
patterns:
- "datafusion*"
- "arrow*"
- "parquet*"
- "object_store"
rust-dependencies:
patterns:
- "*"
Expand All @@ -18,6 +25,13 @@ updates:
interval: monthly
open-pull-requests-limit: 10
groups:
# DataFusion, Arrow, and object_store are released and bumped together
datafusion:
patterns:
- "datafusion*"
- "arrow*"
- "parquet*"
- "object_store"
python-rust-dependencies:
patterns:
- "*"
Expand Down