Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 28, 2024

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)
  • examples-wasm/Cargo.toml (cargo)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/rust.yml (github-actions)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • 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 (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Use chore as semantic commit type for commit messages and PR titles.
  • Run Renovate on following schedule: after 10am on the first day of the month

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

chore: update rust crate async-graphql to v7.0.10 [security]
  • Branch name: renovate-crate-async-graphql-vulnerability
  • Merge into: main
  • Upgrade async-graphql to 7.0.10
chore: update rust crate tokio to v1.38.2 [security]
  • Branch name: renovate-crate-tokio-vulnerability
  • Merge into: main
  • Upgrade tokio to 1.38.2
chore: update marcoieni/release-plz-action digest to acb9246
  • Schedule: ["after 10am on the first day of the month"]
  • Branch name: renovate-marcoieni-release-plz-action-digest
  • Merge into: main
  • Upgrade MarcoIeni/release-plz-action to acb9246af4d59a270d1d4058a8b9af8c3f3a2559
chore: update axum monorepo
  • Schedule: ["after 10am on the first day of the month"]
  • Branch name: renovate-axum-monorepo
  • Merge into: main
  • Upgrade axum to 0.8
  • Upgrade axum-macros to 0.5
chore: update rust crate async-tungstenite to 0.31
  • Schedule: ["after 10am on the first day of the month"]
  • Branch name: renovate-async-tungstenite-0.x
  • Merge into: main
  • Upgrade async-tungstenite to 0.31
fix: update dependencies-non-major
fix: update rust crate tungstenite to >=0.23, <=0.27
  • Schedule: ["after 10am on the first day of the month"]
  • Branch name: renovate-tungstenite-0.x
  • Merge into: main
  • Upgrade tungstenite to >=0.23, <=0.27
chore: update actions/checkout action to v5
  • Schedule: ["after 10am on the first day of the month"]
  • Branch name: renovate-actions-checkout-5.x
  • Merge into: main
  • Upgrade actions/checkout to v5
chore: update actions/create-github-app-token action to v2
  • Schedule: ["after 10am on the first day of the month"]
  • Branch name: renovate-actions-create-github-app-token-2.x
  • Merge into: main
  • Upgrade actions/create-github-app-token to v2
fix: update rust crate thiserror to v2
  • Schedule: ["after 10am on the first day of the month"]
  • Branch name: renovate-thiserror-2.x
  • Merge into: main
  • Upgrade thiserror to 2.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 was generated by Mend Renovate. View the repository job log.

@obmarg obmarg changed the title chore: Configure Renovate chore: configure renovate Apr 28, 2024
@Sytten
Copy link
Collaborator

Sytten commented Apr 28, 2024

I think you should split the update of the production dependencies from the dev/example deps

@obmarg
Copy link
Owner

obmarg commented Apr 28, 2024

I think you should split the update of the production dependencies from the dev/example deps

Good idea. I will try to do that

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