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

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

chore: Configure Renovate #11

wants to merge 1 commit into from

Conversation

1kx-renovate[bot]
Copy link

@1kx-renovate 1kx-renovate bot commented Jan 24, 2025

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
  • 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.
  • Pin Docker digests.
  • Pin github-action digests.
  • Enable Renovate configuration migration PRs when needed.
  • Pin dependency versions for development dependencies.

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

chore(deps): pin dependencies
chore(deps): update dependency @​nomicfoundation/hardhat-ethers to ^3.0.5
chore(deps): update dependency @​nomicfoundation/hardhat-ignition to ^0.15.4
chore(deps): update dependency @​nomicfoundation/hardhat-verify to ^2.0.2
chore(deps): update dependency @​types/mocha to v10.0.10
  • Schedule: ["at any time"]
  • Branch name: renovate/mocha-10.x
  • Merge into: main
  • Upgrade @types/mocha to 10.0.10
chore(deps): update dependency hardhat to ^2.22.5
  • Schedule: ["at any time"]
  • Branch name: renovate/hardhat-2.x
  • Merge into: main
  • Upgrade hardhat to ^2.22.5
chore(deps): update dependency hardhat-gas-reporter to ^1.0.9
  • Schedule: ["at any time"]
  • Branch name: renovate/hardhat-gas-reporter-1.x
  • Merge into: main
  • Upgrade hardhat-gas-reporter to ^1.0.9
chore(deps): update dependency solidity-coverage to ^0.8.5
  • Schedule: ["at any time"]
  • Branch name: renovate/solidity-coverage-0.x
  • Merge into: main
  • Upgrade solidity-coverage to ^0.8.5
fix(deps): update dependency yarn to v1.22.22
  • Schedule: ["at any time"]
  • Branch name: renovate/yarn-1.x-lockfile
  • Merge into: main
  • Upgrade yarn to 1.22.22
chore(deps): update dependency @​typechain/ethers-v6 to ^0.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/typechain-ethers-v6-0.x
  • Merge into: main
  • Upgrade @typechain/ethers-v6 to ^0.5.0
chore(deps): update dependency chai to ^4.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/chai-4.x
  • Merge into: main
  • Upgrade chai to ^4.5.0
chore(deps): update dependency hardhat-deploy to ^0.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/hardhat-deploy-0.x
  • Merge into: main
  • Upgrade hardhat-deploy to ^0.14.0
chore(deps): update dependency typescript to ^5.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: main
  • Upgrade typescript to ^5.3.2
fix(deps): update dependency @​aztec/bb.js to ^0.76.0
  • Schedule: ["at any time"]
  • Branch name: renovate/aztec-bb.js-0.x
  • Merge into: main
  • Upgrade @aztec/bb.js to ^0.76.0
fix(deps): update dependency @noir-lang/backend_barretenberg to ^0.36.0
fix(deps): update dependency @noir-lang/noir_js to ^0.39.0
  • Schedule: ["at any time"]
  • Branch name: renovate/noir-lang-noir_js-0.x
  • Merge into: main
  • Upgrade @noir-lang/noir_js to ^0.39.0
fix(deps): update dependency @noir-lang/noir_wasm to ^0.39.0
  • Schedule: ["at any time"]
  • Branch name: renovate/noir-lang-noir_wasm-0.x
  • Merge into: main
  • Upgrade @noir-lang/noir_wasm to ^0.39.0
fix(deps): update dependency @noir-lang/types to ^0.39.0
  • Schedule: ["at any time"]
  • Branch name: renovate/noir-lang-types-0.x
  • Merge into: main
  • Upgrade @noir-lang/types to ^0.39.0
fix(deps): update dependency @safe-global/safe-deployments to v1.37.30
  • Schedule: ["at any time"]
  • Branch name: renovate/safe-global-safe-deployments-1.x-lockfile
  • Merge into: main
  • Upgrade @safe-global/safe-deployments to 1.37.30
fix(deps): update dependency ethers to v6.13.5
  • Schedule: ["at any time"]
  • Branch name: renovate/ethers-6.x-lockfile
  • Merge into: main
  • Upgrade ethers to 6.13.5
chore(deps): update dependency @​typechain/hardhat to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/typechain-hardhat-9.x
  • Merge into: main
  • Upgrade @typechain/hardhat to 9.1.0
chore(deps): update dependency chai to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/chai-5.x
  • Merge into: main
  • Upgrade chai to ^5.0.0
chore(deps): update dependency hardhat-gas-reporter to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/hardhat-gas-reporter-2.x
  • Merge into: main
  • Upgrade hardhat-gas-reporter to ^2.0.0
fix(deps): update dependency @safe-global/protocol-kit to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/safe-global-protocol-kit-5.x
  • Merge into: main
  • Upgrade @safe-global/protocol-kit to ^5.0.0
fix(deps): update dependency @safe-global/safe-core-sdk-types to v5

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

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