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

chore: Configure Renovate #123

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

chore: Configure Renovate #123

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 19, 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

  • crates/dkg-cli/Cargo.toml (cargo)
  • crates/dkg-core/Cargo.toml (cargo)
  • crates/threshold-bls-ffi/Cargo.toml (cargo)
  • crates/threshold-bls/Cargo.toml (cargo)
  • .circleci/config.yml (circleci)
  • crates/dkg-cli/Dockerfile (dockerfile)
  • solidity/package.json (npm)

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.
  • Wait until the npm package is three days old before raising the update, this prevents npm unpublishing a package you already upgraded to.
  • Weekly schedule on early Monday mornings.
  • Disable automerging feature - wait for humans to merge all PRs.
  • Enable Renovate Dependency Dashboard creation.
  • Append Signed-off-by: to signoff Git commits.
  • Rebase existing PRs any time the base branch has been updated.
  • Default Renovate configuration for celo-org. Docs at https://docs.renovatebot.com/.
  • Run Renovate on following schedule: before 4am 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 36 Pull Requests:

chore(deps): update rust crate ethers to 1.0.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ethers-1.x
  • Merge into: master
  • Upgrade ethers to 1.0.2
chore(deps): update rust crate ethers-solc to 1.0.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ethers-solc-1.x
  • Merge into: master
  • Upgrade ethers-solc to 1.0.2
chore(deps): update rust crate serde_json to 1.0.111
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/serde_json-1.x
  • Merge into: master
  • Upgrade serde_json to 1.0.111
fix(deps): update rust crate anyhow to 1.0.79
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/anyhow-1.x
  • Merge into: master
  • Upgrade anyhow to 1.0.79
fix(deps): update rust crate async-trait to 0.1.77
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/async-trait-0.x
  • Merge into: master
  • Upgrade async-trait to 0.1.77
fix(deps): update rust crate bincode to 1.3.3
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/bincode-1.x
  • Merge into: master
  • Upgrade bincode to 1.3.3
fix(deps): update rust crate futures to 0.3.30
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/rust-futures-monorepo
  • Merge into: master
  • Upgrade futures to 0.3.30
fix(deps): update rust crate glob to 0.3.1
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/glob-0.x
  • Merge into: master
  • Upgrade glob to 0.3.1
fix(deps): update rust crate hex to 0.4.3
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/hex-0.x
  • Merge into: master
  • Upgrade hex to 0.4.3
fix(deps): update rust crate rand_core to 0.6.4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/rand_core-0.x
  • Merge into: master
  • Upgrade rand_core to 0.6.4
fix(deps): update rust crate serde to 1.0.195
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/serde-monorepo
  • Merge into: master
  • Upgrade serde to 1.0.195
fix(deps): update rust crate thiserror to 1.0.56
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/thiserror-1.x
  • Merge into: master
  • Upgrade thiserror to 1.0.56
fix(deps): update rust crate wasm-bindgen to 0.2.90
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/rust-wasm-bindgen-monorepo
  • Merge into: master
  • Upgrade wasm-bindgen to 0.2.90
chore(deps): update cimg/rust docker tag to v1.75.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/cimg-rust-1.x
  • Merge into: master
  • Upgrade cimg/rust to 1.75.0
chore(deps): update rust crate proptest to 1.4.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/proptest-1.x
  • Merge into: master
  • Upgrade proptest to 1.4.0
chore(deps): update rust crate tokio to 1.35.1
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/tokio-1.x
  • Merge into: master
  • Upgrade tokio to 1.35.1
fix(deps): update rust crate ark-bls12-377 to 0.4.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ark-bls12-377-0.x
  • Merge into: master
  • Upgrade ark-bls12-377 to 0.4.0
fix(deps): update rust crate ark-ec to 0.4.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ark-ec-0.x
  • Merge into: master
  • Upgrade ark-ec to 0.4.2
fix(deps): update rust crate ark-ff to 0.4.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ark-ff-0.x
  • Merge into: master
  • Upgrade ark-ff to 0.4.2
fix(deps): update rust crate ark-serialize to 0.4.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ark-serialize-0.x
  • Merge into: master
  • Upgrade ark-serialize to 0.4.2
fix(deps): update rust crate bitvec to 0.22.3
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/bitvec-0.x
  • Merge into: master
  • Upgrade bitvec to 0.22.3
fix(deps): update rust crate chacha20poly1305 to 0.10
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/chacha20poly1305-0.x
  • Merge into: master
  • Upgrade chacha20poly1305 to 0.10
fix(deps): update rust crate hkdf to 0.12
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/hkdf-0.x
  • Merge into: master
  • Upgrade hkdf to 0.12
fix(deps): update rust crate sha2 to 0.10
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/sha2-0.x
  • Merge into: master
  • Upgrade sha2 to 0.10
chore(deps): update dependency @​nomiclabs/buidler-ethers to v2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/nomiclabs-buidler-ethers-2.x
  • Merge into: master
  • Upgrade @nomiclabs/buidler-ethers to ^2.0.0
chore(deps): update dependency @​nomiclabs/buidler-waffle to v2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/nomiclabs-buidler-waffle-2.x
  • Merge into: master
  • Upgrade @nomiclabs/buidler-waffle to ^2.0.0
chore(deps): update dependency @​types/node to v20
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/node-20.x
  • Merge into: master
  • Upgrade @types/node to ^20.0.0
chore(deps): update dependency chai to v5
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/chai-5.x
  • Merge into: master
  • Upgrade chai to ^5.0.0
chore(deps): update dependency ethereum-waffle to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ethereum-waffle-4.x
  • Merge into: master
  • Upgrade ethereum-waffle to ^4.0.0
chore(deps): update dependency ethers to v6
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ethers-6.x
  • Merge into: master
  • Upgrade ethers to ^6.0.0
chore(deps): update dependency mocha to v10
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/mocha-10.x
  • Merge into: master
  • Upgrade mocha to ^10.0.0
  • Upgrade @types/mocha to ^10.0.0
chore(deps): update dependency ts-node to v10
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ts-node-10.x
  • Merge into: master
  • Upgrade ts-node to ^10.0.0
chore(deps): update rust crate ethers to v2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ethers-2.x
  • Merge into: master
  • Upgrade ethers to 2.0.11
chore(deps): update rust crate ethers-solc to v2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/ethers-solc-2.x
  • Merge into: master
  • Upgrade ethers-solc to 2.0.12
fix(deps): update rust crate bitvec to v1
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/bitvec-1.x
  • Merge into: master
  • Upgrade bitvec to 1.0.1
fix(deps): update rust crate cfg-if to v1
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/cfg-if-1.x
  • Merge into: master
  • Upgrade cfg-if to 1.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.

Signed-off-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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants