Skip to content

Commit

Permalink
Merge branch 'main' into xxchan/latest-nightly-rust
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Apr 18, 2024
2 parents ef6eb21 + 3daa160 commit d4dbe20
Show file tree
Hide file tree
Showing 434 changed files with 11,890 additions and 3,857 deletions.
13 changes: 8 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ updates:
open-pull-requests-limit: 10
# Disable auto rebase to reduce cost. Use `@dependabot rebase` manually instead.
rebase-strategy: "disabled"
# Ignore patch to reduce spam. Manually run `cargo update` regularly instead.
ignore:
# Ignore patch to reduce spam. Manually run `cargo update` regularly instead.
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# Ignore arrow crates. It does major releases frequently: https://github.com/apache/arrow-rs/issues/5368
# We depend on arrow directly, and also many other crates depending on arrow, including icelake, deltalake, arrow-udf, ...
# It will always need human intervention, and we'd better be the last one to update arrow.
- dependency-name: "arrow*"
update-types: ["version-update:semver-minor", "version-update:semver-major"]
- dependency-name: "parquet"
update-types: ["version-update:semver-minor", "version-update:semver-major"]
# Create a group of dependencies to be updated together in one pull request
groups:
arrow:
patterns:
- "arrow*"
- "parquet"
aws:
patterns:
- "aws*"
Expand Down
Loading

0 comments on commit d4dbe20

Please sign in to comment.