schnorr-musig
schnorr-musig copied to clipboard
Configure 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
-
musig/Cargo.toml
(cargo) -
wasm/Cargo.toml
(cargo) -
.github/workflows/ci.yml
(github-actions) -
.github/workflows/secrets_scanner.yaml
(github-actions) -
wasm/example/package.json
(npm) -
wasm/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 andchore
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 23 Pull Requests:
chore(deps): update actions/checkout digest to f43a0e5
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-digest
- Merge into:
master
- Upgrade actions/checkout to
f43a0e5ff2bd294095638e18286ca9a3d1956744
chore(deps): update trufflesecurity/trufflehog digest to 247b56a
- Schedule: ["at any time"]
- Branch name:
renovate/trufflesecurity-trufflehog-digest
- Merge into:
master
- Upgrade trufflesecurity/trufflehog to
247b56ad0b2509f420fadea0341c35b79de77172
fix(deps): update rust crate wasm-bindgen to v0.2.93
- Schedule: ["at any time"]
- Branch name:
renovate/rust-wasm-bindgen-monorepo
- Merge into:
master
- Upgrade wasm-bindgen to
=0.2.93
chore(deps): update dependency @types/node to v14.18.63
- Schedule: ["at any time"]
- Branch name:
renovate/node-14.x-lockfile
- Merge into:
master
- Upgrade @types/node to
14.18.63
chore(deps): update dependency chai to v4.5.0
- Schedule: ["at any time"]
- Branch name:
renovate/chai-4.x-lockfile
- Merge into:
master
- Upgrade chai to
4.5.0
- Upgrade @types/chai to
4.3.19
chore(deps): update dependency ethers to v5.7.2
- Schedule: ["at any time"]
- Branch name:
renovate/ethers-5.x
- Merge into:
master
- Upgrade ethers to
5.7.2
chore(deps): update dependency mocha to v8.4.0
- Schedule: ["at any time"]
- Branch name:
renovate/mocha-8.x-lockfile
- Merge into:
master
- Upgrade mocha to
8.4.0
- Upgrade @types/mocha to
8.2.3
chore(deps): update dependency prettier to v2.8.8
- Schedule: ["at any time"]
- Branch name:
renovate/prettier-2.x-lockfile
- Merge into:
master
- Upgrade prettier to
2.8.8
chore(deps): update dependency ts-node to v9.1.1
- Schedule: ["at any time"]
- Branch name:
renovate/ts-node-9.x-lockfile
- Merge into:
master
- Upgrade ts-node to
9.1.1
chore(deps): update dependency typescript to v4.9.5
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-4.x-lockfile
- Merge into:
master
- Upgrade typescript to
4.9.5
fix(deps): update dependency zksync-crypto to ^0.6.0
- Schedule: ["at any time"]
- Branch name:
renovate/zksync-crypto-0.x
- Merge into:
master
- Upgrade zksync-crypto to
^0.6.0
fix(deps): update rust crate blake2 to 0.10.0
- Schedule: ["at any time"]
- Branch name:
renovate/blake2-0.x
- Merge into:
master
- Upgrade blake2 to
0.10.0
fix(deps): update rust crate rand to 0.8.0
- Schedule: ["at any time"]
- Branch name:
renovate/rand-0.x
- Merge into:
master
- Upgrade rand to
0.8.0
fix(deps): update rust crate sha2 to 0.10.0
- Schedule: ["at any time"]
- Branch name:
renovate/sha2-0.x
- Merge into:
master
- Upgrade sha2 to
0.10.0
chore(deps): update actions/checkout action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-4.x
- Merge into:
master
- Upgrade actions/checkout to
692973e3d937129bcbf40652eb9f2f61becf3332
- Upgrade actions/checkout to
v4
chore(deps): update dependency @types/node to v20
- Schedule: ["at any time"]
- Branch name:
renovate/node-20.x
- Merge into:
master
- Upgrade @types/node to
^20.0.0
chore(deps): update dependency chai to v5
- Schedule: ["at any time"]
- Branch name:
renovate/chai-5.x
- Merge into:
master
- Upgrade chai to
^5.0.0
chore(deps): update dependency ethers to v6
- Schedule: ["at any time"]
- Branch name:
renovate/ethers-6.x
- Merge into:
master
- Upgrade ethers to
6.13.2
chore(deps): update dependency mocha to v10
- Schedule: ["at any time"]
- 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 prettier to v3
- Schedule: ["at any time"]
- Branch name:
renovate/prettier-3.x
- Merge into:
master
- Upgrade prettier to
^3.0.0
chore(deps): update dependency ts-node to v10
- Schedule: ["at any time"]
- Branch name:
renovate/ts-node-10.x
- Merge into:
master
- Upgrade ts-node to
^10.0.0
chore(deps): update dependency typescript to v5
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-5.x
- Merge into:
master
- Upgrade typescript to
^5.0.0
chore(deps): update dependency ubuntu to v22
- Schedule: ["at any time"]
- Branch name:
renovate/ubuntu-22.x
- Merge into:
master
- Upgrade ubuntu to
22.04
🚸 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.