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 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Configure Renovate #1

wants to merge 1 commit into from

Conversation

figure-renovate[bot]
Copy link

@figure-renovate figure-renovate bot commented Jan 25, 2023

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

  • crates/contract-controller/Cargo.toml (cargo)
  • crates/contract/Cargo.toml (cargo)
  • .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
  • 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.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Enable Renovate configuration migration PRs when needed.
  • Show all Merge Confidence badges for pull requests.
  • 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 14 Pull Requests:

chore(deps): pin dependencies
chore(deps): update rust crate anyhow from `1.0.65` to `1.0.93`
  • Schedule: ["on Monday"]
  • Branch name: renovate/anyhow-1.x
  • Merge into: main
  • Upgrade anyhow to 1.0.93
fix(deps): update rust crate schemars from `0.8.10` to `0.8.21`
  • Schedule: ["on Monday"]
  • Branch name: renovate/schemars-0.x
  • Merge into: main
  • Upgrade schemars to 0.8.21
fix(deps): update rust crate serde from `1.0.145` to `1.0.215`
  • Schedule: ["on Monday"]
  • Branch name: renovate/serde-monorepo
  • Merge into: main
  • Upgrade serde to 1.0.215
fix(deps): update rust crate thiserror from `1.0.31` to `1.0.69`
  • Schedule: ["on Monday"]
  • Branch name: renovate/thiserror-1.x
  • Merge into: main
  • Upgrade thiserror to 1.0.69
chore(deps): update jamesives/github-pages-deploy-action action from `v4.2.2` to `v4.7.2`
chore(deps): update rust crate cw-multi-test from `0.16.2` to `0.20.0`
  • Schedule: ["on Monday"]
  • Branch name: renovate/cw-multi-test-0.x
  • Merge into: main
  • Upgrade cw-multi-test to 0.20.0
chore(deps): update rust crate prost from `0.11.0` to `0.13.0`
  • Schedule: ["on Monday"]
  • Branch name: renovate/tokio-prost-monorepo
  • Merge into: main
  • Upgrade prost to 0.13.0
fix(deps): update rust crate cosmwasm-schema from `2.1.3` to `2.2.0`
  • Schedule: ["on Monday"]
  • Branch name: renovate/cosmwasm-schema-2.x
  • Merge into: main
  • Upgrade cosmwasm-schema to 2.2.0
fix(deps): update rust crate cosmwasm-std from `2.1.3` to `2.2.0`
  • Schedule: ["on Monday"]
  • Branch name: renovate/cosmwasm-std-2.x
  • Merge into: main
  • Upgrade cosmwasm-std to 2.2.0
fix(deps): update rust crate provwasm-std from `2.3.0` to `2.5.0`
  • Schedule: ["on Monday"]
  • Branch name: renovate/provwasm-std-2.x
  • Merge into: main
  • Upgrade provwasm-std to =2.5.0
chore(deps): update rust crate cw-multi-test from `0.16.2` to `v2`
  • Schedule: ["on Monday"]
  • Branch name: renovate/cw-multi-test-2.x
  • Merge into: main
  • Upgrade cw-multi-test to 2.0.0
chore(deps): update softprops/action-gh-release action from `v1` to `v2`
  • Schedule: ["on Monday"]
  • Branch name: renovate/softprops-action-gh-release-2.x
  • Merge into: main
  • Upgrade softprops/action-gh-release to v2
fix(deps): update rust crate thiserror from `1.0.31` to `v2`
  • Schedule: ["on Monday"]
  • Branch name: renovate/thiserror-2.x
  • Merge into: main
  • Upgrade thiserror to 2.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 Renovate Bot.

@figure-renovate figure-renovate bot force-pushed the renovate/configure branch 5 times, most recently from a874152 to 65b587c Compare February 1, 2023 00:58
@figure-renovate figure-renovate bot force-pushed the renovate/configure branch 5 times, most recently from eb51ea7 to becd95c Compare February 10, 2023 12:06
@figure-renovate figure-renovate bot force-pushed the renovate/configure branch 6 times, most recently from f9b5791 to 9dd1433 Compare February 17, 2023 21:29
@figure-renovate figure-renovate bot force-pushed the renovate/configure branch 8 times, most recently from b688f98 to a2d8fac Compare February 28, 2023 21:02
@figure-renovate figure-renovate bot force-pushed the renovate/configure branch 4 times, most recently from 2c2d3af to a342f72 Compare March 8, 2023 18:09
@figure-renovate figure-renovate bot force-pushed the renovate/configure branch from a342f72 to 0ac5426 Compare March 10, 2023 17:43
@figure-renovate figure-renovate bot force-pushed the renovate/configure branch 6 times, most recently from 73b6de3 to 015a3ae Compare March 20, 2023 21:36
@figure-renovate figure-renovate bot force-pushed the renovate/configure branch 4 times, most recently from 258da1a to c8399fb Compare March 28, 2023 16:09
@figure-renovate figure-renovate bot force-pushed the renovate/configure branch 2 times, most recently from 025b515 to e77eed1 Compare March 30, 2023 05:14
@figure-renovate figure-renovate bot force-pushed the renovate/configure branch from e77eed1 to 23f440d Compare March 31, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants