Skip to content

Commit

Permalink
dependabot groups (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Oct 27, 2023
1 parent 85da997 commit 2e23659
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
arrow-rs:
patterns:
- "arrow"
- "parquet"
arrow2:
patterns:
- "arrow2"
- "parquet2"
other:
patterns:
- "*"
exclude-patterns:
- "arrow"
- "parquet"
- "arrow2"
- "parquet2"
- package-ecosystem: npm
directory: "/"
schedule:
Expand Down

0 comments on commit 2e23659

Please sign in to comment.