-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure Renovate #354
Merged
Merged
Configure Renovate #354
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gatesn
approved these changes
Jun 12, 2024
AdamGS
pushed a commit
to AdamGS/vortex
that referenced
this pull request
Jun 14, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `Cargo.toml` (cargo) * `bench-vortex/Cargo.toml` (cargo) * `build-vortex/Cargo.toml` (cargo) * `fastlanez-sys/Cargo.toml` (cargo) * `fastlanez/Cargo.toml` (cargo) * `pyvortex/Cargo.toml` (cargo) * `vortex-alp/Cargo.toml` (cargo) * `vortex-array/Cargo.toml` (cargo) * `vortex-buffer/Cargo.toml` (cargo) * `vortex-datetime-parts/Cargo.toml` (cargo) * `vortex-dict/Cargo.toml` (cargo) * `vortex-dtype/Cargo.toml` (cargo) * `vortex-error/Cargo.toml` (cargo) * `vortex-expr/Cargo.toml` (cargo) * `vortex-fastlanes/Cargo.toml` (cargo) * `vortex-flatbuffers/Cargo.toml` (cargo) * `vortex-ipc/Cargo.toml` (cargo) * `vortex-ree/Cargo.toml` (cargo) * `vortex-roaring/Cargo.toml` (cargo) * `vortex-scalar/Cargo.toml` (cargo) * `vortex-zigzag/Cargo.toml` (cargo) * `.github/actions/setup-python/action.yml` (github-actions) * `.github/actions/setup-rust/action.yml` (github-actions) * `.github/workflows/bench.yml` (github-actions) * `.github/workflows/ci.yml` (github-actions) * `pyproject.toml` (pep621) * `pyvortex/pyproject.toml` (pep621) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Show all Merge Confidence badges for pull requests. - Enable Renovate Dependency Dashboard creation. - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Automerge `patch` and `minor` upgrades if they pass tests. - Raise a PR first before any automerging. - Require all status checks to pass before any automerging. - Do not separate `patch` and `minor` upgrades into separate PRs for the same dependency. - Enable Renovate Dependency Dashboard creation. - Separate each `major` version of dependencies into individual branches/PRs. 🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs. --- ### What to Expect With your current configuration, Renovate will create 23 Pull Requests: <details> <summary>Update Rust crate serde to v1.0.203</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde-monorepo` - Merge into: `develop` - Upgrade [serde](https://togithub.com/serde-rs/serde) to `1.0.203` </details> <details> <summary>Update Rust crate serde_json to v1.0.117</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde_json-1.x-lockfile` - Merge into: `develop` - Upgrade [serde_json](https://togithub.com/serde-rs/json) to `1.0.117` </details> <details> <summary>Update Rust crate thiserror to v1.0.61</summary> - Schedule: ["at any time"] - Branch name: `renovate/thiserror-1.x-lockfile` - Merge into: `develop` - Upgrade [thiserror](https://togithub.com/dtolnay/thiserror) to `1.0.61` </details> <details> <summary>Update tokio-prost monorepo to v0.12.6</summary> - Schedule: ["at any time"] - Branch name: `renovate/tokio-prost-monorepo` - Merge into: `develop` - Upgrade [prost](https://togithub.com/tokio-rs/prost) to `0.12.6` - Upgrade [prost-build](https://togithub.com/tokio-rs/prost) to `0.12.6` - Upgrade [prost-types](https://togithub.com/tokio-rs/prost) to `0.12.6` </details> <details> <summary>Update Rust crate croaring to v1.1.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/croaring-1.x-lockfile` - Merge into: `develop` - Upgrade [croaring](https://togithub.com/RoaringBitmap/croaring-rs) to `1.1.0` </details> <details> <summary>Update Rust crate half to v2.4.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/half-2.x-lockfile` - Merge into: `develop` - Upgrade [half](https://togithub.com/starkat99/half-rs) to `2.4.1` </details> <details> <summary>Update Rust crate itertools to 0.13.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/itertools-0.x` - Merge into: `develop` - Upgrade [itertools](https://togithub.com/rust-itertools/itertools) to `0.13.0` </details> <details> <summary>Update Rust crate lance to 0.12.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/lance-0.x` - Merge into: `develop` - Upgrade [lance](https://togithub.com/lancedb/lance) to `0.12.0` </details> <details> <summary>Update Rust crate pyo3 to 0.21.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/pyo3-0.x` - Merge into: `develop` - Upgrade [pyo3](https://togithub.com/pyo3/pyo3) to `0.21.0` </details> <details> <summary>Update Rust crate pyo3-log to 0.10.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/pyo3-log-0.x` - Merge into: `develop` - Upgrade [pyo3-log](https://togithub.com/vorner/pyo3-log) to `0.10.0` </details> <details> <summary>Update Rust crate tokio to v1.38.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/tokio-1.x-lockfile` - Merge into: `develop` - Upgrade [tokio](https://togithub.com/tokio-rs/tokio) to `1.38.0` </details> <details> <summary>Update Rust crate worker to 0.3.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/worker-0.x` - Merge into: `develop` - Upgrade [worker](https://togithub.com/cloudflare/workers-rs) to `0.3.0` </details> <details> <summary>Update benchmark-action/github-action-benchmark action to v1.20.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/benchmark-action-github-action-benchmark-1.x` - Merge into: `develop` - Upgrade [benchmark-action/github-action-benchmark](https://togithub.com/benchmark-action/github-action-benchmark) to `v1.20.3` </details> <details> <summary>Update Rust crate arrow to v52</summary> - Schedule: ["at any time"] - Branch name: `renovate/arrow-52.x` - Merge into: `develop` - Upgrade [arrow](https://togithub.com/apache/arrow-rs) to `52.0.0` </details> <details> <summary>Update Rust crate arrow-array to v52</summary> - Schedule: ["at any time"] - Branch name: `renovate/arrow-array-52.x` - Merge into: `develop` - Upgrade [arrow-array](https://togithub.com/apache/arrow-rs) to `52.0.0` </details> <details> <summary>Update Rust crate arrow-buffer to v52</summary> - Schedule: ["at any time"] - Branch name: `renovate/arrow-buffer-52.x` - Merge into: `develop` - Upgrade [arrow-buffer](https://togithub.com/apache/arrow-rs) to `52.0.0` </details> <details> <summary>Update Rust crate arrow-csv to v52</summary> - Schedule: ["at any time"] - Branch name: `renovate/arrow-csv-52.x` - Merge into: `develop` - Upgrade [arrow-csv](https://togithub.com/apache/arrow-rs) to `52.0.0` </details> <details> <summary>Update Rust crate arrow-data to v52</summary> - Schedule: ["at any time"] - Branch name: `renovate/arrow-data-52.x` - Merge into: `develop` - Upgrade [arrow-data](https://togithub.com/apache/arrow-rs) to `52.0.0` </details> <details> <summary>Update Rust crate arrow-ipc to v52</summary> - Schedule: ["at any time"] - Branch name: `renovate/arrow-ipc-52.x` - Merge into: `develop` - Upgrade [arrow-ipc](https://togithub.com/apache/arrow-rs) to `52.0.0` </details> <details> <summary>Update Rust crate arrow-schema to v52</summary> - Schedule: ["at any time"] - Branch name: `renovate/arrow-schema-52.x` - Merge into: `develop` - Upgrade [arrow-schema](https://togithub.com/apache/arrow-rs) to `52.0.0` </details> <details> <summary>Update Rust crate arrow-select to v52</summary> - Schedule: ["at any time"] - Branch name: `renovate/arrow-select-52.x` - Merge into: `develop` - Upgrade [arrow-select](https://togithub.com/apache/arrow-rs) to `52.0.0` </details> <details> <summary>Update Rust crate flatbuffers to v24</summary> - Schedule: ["at any time"] - Branch name: `renovate/flatbuffers-24.x` - Merge into: `develop` - Upgrade [flatbuffers](https://togithub.com/google/flatbuffers) to `24.0.0` </details> <details> <summary>Update Rust crate parquet to v52</summary> - Schedule: ["at any time"] - Branch name: `renovate/parquet-52.x` - Merge into: `develop` - Upgrade [parquet](https://togithub.com/apache/arrow-rs) to `52.0.0` </details> <br /> 🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-config-hash:031e79329099b485acfd413ca9e41fb2821b2d3b15d17425f86f97eae79b3c61--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
Cargo.toml
(cargo)bench-vortex/Cargo.toml
(cargo)build-vortex/Cargo.toml
(cargo)fastlanez-sys/Cargo.toml
(cargo)fastlanez/Cargo.toml
(cargo)pyvortex/Cargo.toml
(cargo)vortex-alp/Cargo.toml
(cargo)vortex-array/Cargo.toml
(cargo)vortex-buffer/Cargo.toml
(cargo)vortex-datetime-parts/Cargo.toml
(cargo)vortex-dict/Cargo.toml
(cargo)vortex-dtype/Cargo.toml
(cargo)vortex-error/Cargo.toml
(cargo)vortex-expr/Cargo.toml
(cargo)vortex-fastlanes/Cargo.toml
(cargo)vortex-flatbuffers/Cargo.toml
(cargo)vortex-ipc/Cargo.toml
(cargo)vortex-ree/Cargo.toml
(cargo)vortex-roaring/Cargo.toml
(cargo)vortex-scalar/Cargo.toml
(cargo)vortex-zigzag/Cargo.toml
(cargo).github/actions/setup-python/action.yml
(github-actions).github/actions/setup-rust/action.yml
(github-actions).github/workflows/bench.yml
(github-actions).github/workflows/ci.yml
(github-actions)pyproject.toml
(pep621)pyvortex/pyproject.toml
(pep621)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests directories.patch
andminor
upgrades if they pass tests.patch
andminor
upgrades into separate PRs for the same dependency.major
version of dependencies into individual branches/PRs.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 23 Pull Requests:
Update Rust crate serde to v1.0.203
renovate/serde-monorepo
develop
1.0.203
Update Rust crate serde_json to v1.0.117
renovate/serde_json-1.x-lockfile
develop
1.0.117
Update Rust crate thiserror to v1.0.61
renovate/thiserror-1.x-lockfile
develop
1.0.61
Update tokio-prost monorepo to v0.12.6
renovate/tokio-prost-monorepo
develop
0.12.6
0.12.6
0.12.6
Update Rust crate croaring to v1.1.0
renovate/croaring-1.x-lockfile
develop
1.1.0
Update Rust crate half to v2.4.1
renovate/half-2.x-lockfile
develop
2.4.1
Update Rust crate itertools to 0.13.0
renovate/itertools-0.x
develop
0.13.0
Update Rust crate lance to 0.12.0
renovate/lance-0.x
develop
0.12.0
Update Rust crate pyo3 to 0.21.0
renovate/pyo3-0.x
develop
0.21.0
Update Rust crate pyo3-log to 0.10.0
renovate/pyo3-log-0.x
develop
0.10.0
Update Rust crate tokio to v1.38.0
renovate/tokio-1.x-lockfile
develop
1.38.0
Update Rust crate worker to 0.3.0
renovate/worker-0.x
develop
0.3.0
Update benchmark-action/github-action-benchmark action to v1.20.3
renovate/benchmark-action-github-action-benchmark-1.x
develop
v1.20.3
Update Rust crate arrow to v52
renovate/arrow-52.x
develop
52.0.0
Update Rust crate arrow-array to v52
renovate/arrow-array-52.x
develop
52.0.0
Update Rust crate arrow-buffer to v52
renovate/arrow-buffer-52.x
develop
52.0.0
Update Rust crate arrow-csv to v52
renovate/arrow-csv-52.x
develop
52.0.0
Update Rust crate arrow-data to v52
renovate/arrow-data-52.x
develop
52.0.0
Update Rust crate arrow-ipc to v52
renovate/arrow-ipc-52.x
develop
52.0.0
Update Rust crate arrow-schema to v52
renovate/arrow-schema-52.x
develop
52.0.0
Update Rust crate arrow-select to v52
renovate/arrow-select-52.x
develop
52.0.0
Update Rust crate flatbuffers to v24
renovate/flatbuffers-24.x
develop
24.0.0
Update Rust crate parquet to v52
renovate/parquet-52.x
develop
52.0.0
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prhourlylimit
for details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.