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

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

chore: Configure Renovate #66

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 24, 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

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

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

chore(deps): update dependency eslint-config-airbnb-base to v11.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-airbnb-base-11.x
  • Merge into: master
  • Upgrade eslint-config-airbnb-base to 11.3.2
fix(deps): update dependency ethereumjs-abi to v0.6.8
  • Schedule: ["at any time"]
  • Branch name: renovate/ethereumjs-abi-0.x
  • Merge into: master
  • Upgrade ethereumjs-abi to 0.6.8
fix(deps): update dependency ethereumjs-testrpc to v4.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/ethereumjs-testrpc-4.x
  • Merge into: master
  • Upgrade ethereumjs-testrpc to 4.1.3
fix(deps): update dependency ethereumjs-wallet to v0.6.5
  • Schedule: ["at any time"]
  • Branch name: renovate/ethereumjs-wallet-0.x
  • Merge into: master
  • Upgrade ethereumjs-wallet to 0.6.5
fix(deps): update dependency ethjs-util to v0.1.6
  • Schedule: ["at any time"]
  • Branch name: renovate/ethjs-util-0.x
  • Merge into: master
  • Upgrade ethjs-util to 0.1.6
fix(deps): update dependency truffle to v4.1.17
  • Schedule: ["at any time"]
  • Branch name: renovate/truffle-4.x
  • Merge into: master
  • Upgrade truffle to 4.1.17
fix(deps): update dependency truffle-hdwallet-provider to v0.0.6
  • Schedule: ["at any time"]
  • Branch name: renovate/truffle-hdwallet-provider-0.x
  • Merge into: master
  • Upgrade truffle-hdwallet-provider to 0.0.6
chore(deps): update dependency eslint to v4.19.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: master
  • Upgrade eslint to 4.19.1
chore(deps): update dependency eslint-plugin-import to v2.29.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-import-2.x
  • Merge into: master
  • Upgrade eslint-plugin-import to 2.29.1
chore(deps): update dependency solidity-coverage to v0.8.12
  • Schedule: ["at any time"]
  • Branch name: renovate/solidity-coverage-0.x
  • Merge into: master
  • Upgrade solidity-coverage to 0.8.12
fix(deps): update dependency bip39 to v2.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/bip39-2.x
  • Merge into: master
  • Upgrade bip39 to 2.6.0
fix(deps): update dependency ethjs-query to v0.3.8
  • Schedule: ["at any time"]
  • Branch name: renovate/ethjs-query-0.x
  • Merge into: master
  • Upgrade ethjs-query to 0.3.8
fix(deps): update dependency ethjs-rpc to v0.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ethjs-rpc-0.x
  • Merge into: master
  • Upgrade ethjs-rpc to 0.2.0
chore(deps): update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade eslint to 9.5.0
chore(deps): update dependency eslint-config-airbnb-base to v15
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-airbnb-base-15.x
  • Merge into: master
  • Upgrade eslint-config-airbnb-base to 15.0.0
fix(deps): update dependency bignumber.js to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/bignumber.js-9.x
  • Merge into: master
  • Upgrade bignumber.js to 9.1.2
fix(deps): update dependency bip39 to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/bip39-3.x
  • Merge into: master
  • Upgrade bip39 to 3.1.0
fix(deps): update dependency ethereumjs-testrpc to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/ethereumjs-testrpc-6.x
  • Merge into: master
  • Upgrade ethereumjs-testrpc to 6.0.3
fix(deps): update dependency ethereumjs-wallet to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/ethereumjs-wallet-1.x
  • Merge into: master
  • Upgrade ethereumjs-wallet to 1.0.2
fix(deps): update dependency truffle to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/truffle-5.x
  • Merge into: master
  • Upgrade truffle to 5.11.5
fix(deps): update dependency truffle-hdwallet-provider to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/truffle-hdwallet-provider-1.x
  • Merge into: master
  • Upgrade truffle-hdwallet-provider to 1.0.17

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

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