Skip to content
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 #509

Merged
merged 6 commits into from
May 29, 2024
Merged

Configure Renovate #509

merged 6 commits into from
May 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2024

Mend Renovate

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)
  • apis/c++/node/Cargo.toml (cargo)
  • apis/c++/operator/Cargo.toml (cargo)
  • apis/c/node/Cargo.toml (cargo)
  • apis/c/operator/Cargo.toml (cargo)
  • apis/python/node/Cargo.toml (cargo)
  • apis/python/operator/Cargo.toml (cargo)
  • apis/rust/node/Cargo.toml (cargo)
  • apis/rust/operator/Cargo.toml (cargo)
  • apis/rust/operator/macros/Cargo.toml (cargo)
  • apis/rust/operator/types/Cargo.toml (cargo)
  • binaries/cli/Cargo.toml (cargo)
  • binaries/coordinator/Cargo.toml (cargo)
  • binaries/daemon/Cargo.toml (cargo)
  • binaries/runtime/Cargo.toml (cargo)
  • libraries/arrow-convert/Cargo.toml (cargo)
  • libraries/communication-layer/pub-sub/Cargo.toml (cargo)
  • libraries/core/Cargo.toml (cargo)
  • libraries/extensions/download/Cargo.toml (cargo)
  • libraries/extensions/ros2-bridge/Cargo.toml (cargo)
  • libraries/extensions/ros2-bridge/msg-gen/Cargo.toml (cargo)
  • libraries/extensions/ros2-bridge/python/Cargo.toml (cargo)
  • libraries/extensions/telemetry/metrics/Cargo.toml (cargo)
  • libraries/extensions/telemetry/tracing/Cargo.toml (cargo)
  • libraries/message/Cargo.toml (cargo)
  • libraries/shared-memory-server/Cargo.toml (cargo)
  • tool_nodes/dora-record/Cargo.toml (cargo)
  • tool_nodes/dora-rerun/Cargo.toml (cargo)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/labeler.yml (github-actions)
  • .github/workflows/pip-release.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • apis/python/node/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.
  • If Renovate detects semantic commits, it will use semantic commit type chore for all commits.
  • Run Renovate on following schedule: on monday

🔡 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 3 Pull Requests:

Update Rust crate proc-macro2 to v1.0.84
  • Schedule: ["on monday"]
  • Branch name: renovate/proc-macro2-1.x-lockfile
  • Merge into: main
  • Upgrade proc-macro2 to 1.0.84
Update Rust crate schemars to v0.8.21
  • Schedule: ["on monday"]
  • Branch name: renovate/schemars-0.x-lockfile
  • Merge into: main
  • Upgrade schemars to 0.8.21
Update Rust crate serde to v1.0.203
  • Schedule: ["on monday"]
  • Branch name: renovate/serde-monorepo
  • Merge into: main
  • Upgrade serde to 1.0.203

🚸 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.

@phil-opp
Copy link
Collaborator

@haixuanTao This replaces dependabot with renovate because dependabot always seems to time out (probably because we have too many dependencies). I configured renovate to only update our Cargo.lock for now. If we like, we can also enable automatic PRs for other dependency updates in the future (but this will result in more noise).

Does this PR look good to you?

@haixuanTao
Copy link
Collaborator

Looks good!

Sorry for the wait!

@haixuanTao haixuanTao merged commit 105e04a into main May 29, 2024
17 checks passed
@haixuanTao haixuanTao deleted the renovate/configure branch May 29, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants