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

Configure Renovate #1

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

Configure Renovate #1

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 1, 2023

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/vm2-interface/Cargo.toml (cargo)
  • crates/vm2/Cargo.toml (cargo)
  • .github/workflows/cargo-deny.yml (github-actions)
  • .github/workflows/cargo-license.yaml (github-actions)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/pr-title.yml (github-actions)
  • .github/workflows/release-please-prepare-branch.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
  • 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.
  • 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 7 Pull Requests:

chore(deps): update actions/checkout digest to 692973e
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-digest
  • Merge into: master
  • Upgrade actions/checkout to 692973e3d937129bcbf40652eb9f2f61becf3332
chore(deps): update actions/checkout action to v4.1.7
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to 692973e3d937129bcbf40652eb9f2f61becf3332
chore(deps): update mozilla-actions/sccache-action action to v0.0.5
  • Schedule: ["at any time"]
  • Branch name: renovate/mozilla-actions-sccache-action-0.x
  • Merge into: master
  • Upgrade mozilla-actions/sccache-action to v0.0.5
chore(deps): update embarkstudios/cargo-deny-action action to v1.6.3
  • Schedule: ["at any time"]
  • Branch name: renovate/embarkstudios-cargo-deny-action-1.x
  • Merge into: master
  • Upgrade EmbarkStudios/cargo-deny-action to 3f4a782664881cf5725d0ffd23969fcce89fd868
chore(deps): update rust crate primitive-types to 0.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/primitive-types-0.x
  • Merge into: master
  • Upgrade primitive-types to 0.13.0
chore(deps): update trufflesecurity/trufflehog action to v3.82.4
  • Schedule: ["at any time"]
  • Branch name: renovate/trufflesecurity-trufflehog-3.x
  • Merge into: master
  • Upgrade trufflesecurity/trufflehog to 0f427b3c6a6f63f3dc758f7599442c2812f87c01
chore(deps): update embarkstudios/cargo-deny-action action to v2

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

Copy link

github-actions bot commented Sep 20, 2024

Hey there! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.
Examples of valid PR titles:

  • feat: Expose more public methods
  • fix: Correctly handle edge case
  • ci: Add new workflow for linting

Details:

No release type found in pull request title "Configure Renovate". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

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