Skip to content

chore: Configure Renovate#11

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/configure
Open

chore: Configure Renovate#11
renovate[bot] wants to merge 1 commit intomainfrom
renovate/configure

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Sep 9, 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

  • Cargo.toml (cargo)
  • crates/interface/Cargo.toml (cargo)
  • .github/actions/runner-setup/action.yaml (github-actions)
  • .github/workflows/cargo-audit.yml (github-actions)
  • .github/workflows/check-pr-title.yml (github-actions)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/release-please.yml (github-actions)
  • .github/workflows/secrets_scanner.yaml (github-actions)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • 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 (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title

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

chore(deps): update amannn/action-semantic-pull-request digest to e32d7e6
  • Schedule: ["at any time"]
  • Branch name: renovate/amannn-action-semantic-pull-request-digest
  • Merge into: main
  • Upgrade amannn/action-semantic-pull-request to e32d7e603df1aa1ba07e981f2a23455dee596825
chore(deps): update marocchino/sticky-pull-request-comment digest to 7737449
  • Schedule: ["at any time"]
  • Branch name: renovate/marocchino-sticky-pull-request-comment-digest
  • Merge into: main
  • Upgrade marocchino/sticky-pull-request-comment to 773744901bac0e8cbb5a0dc842800d45e9b2b405
chore(deps): update embarkstudios/cargo-deny-action action to v2.0.15
  • Schedule: ["at any time"]
  • Branch name: renovate/embarkstudios-cargo-deny-action-2.x
  • Merge into: main
  • Upgrade EmbarkStudios/cargo-deny-action to 3fd3802e88374d3fe9159b834c7714ec57d6c979
chore(deps): update rust crate alloy-primitives to v1.5.7
  • Schedule: ["at any time"]
  • Branch name: renovate/alloy-primitives-1.x-lockfile
  • Merge into: main
  • Upgrade alloy-primitives to 1.5.7
chore(deps): update actions/checkout action to v4.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to 34e114876b0b11c390a56381ad16ebd13914f8d5
chore(deps): update awalsh128/cache-apt-pkgs-action action to v1.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/awalsh128-cache-apt-pkgs-action-1.x
  • Merge into: main
  • Upgrade awalsh128/cache-apt-pkgs-action to acb598e5ddbc6f68a970c5da0688d2f3a9f04d05
chore(deps): update moonrepo/setup-rust action to v1.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/moonrepo-setup-rust-1.x
  • Merge into: main
  • Upgrade moonrepo/setup-rust to abb2d32350334249b178c401e5ec5836e0cd88d3
chore(deps): update rust crate alloy-consensus to v1.7.3
  • Schedule: ["at any time"]
  • Branch name: renovate/alloy-consensus-1.x-lockfile
  • Merge into: main
  • Upgrade alloy-consensus to 1.7.3
chore(deps): update swatinem/rust-cache action to v2.9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/swatinem-rust-cache-2.x
  • Merge into: main
  • Upgrade Swatinem/rust-cache to c19371144df3bb44fab255c43d04cbc2ab54d1c4
chore(deps): update trufflesecurity/trufflehog action to v3.94.0
  • Schedule: ["at any time"]
  • Branch name: renovate/trufflesecurity-trufflehog-3.x
  • Merge into: main
  • Upgrade trufflesecurity/trufflehog to 6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7
chore(deps): update actions/checkout action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: main
  • Upgrade actions/checkout to de0fac2e4500dabe0009e67214ff5f5447ce83dd
chore(deps): update amannn/action-semantic-pull-request action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/amannn-action-semantic-pull-request-6.x
  • Merge into: main
  • Upgrade amannn/action-semantic-pull-request to 48f256284bd46cdaab1048c3721360e808335d50
chore(deps): update marocchino/sticky-pull-request-comment action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/marocchino-sticky-pull-request-comment-3.x
  • Merge into: main
  • Upgrade marocchino/sticky-pull-request-comment to 70d2764d1a7d5d9560b100cbea0077fc8f633987

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

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