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

Closed
wants to merge 1 commit into from
Closed

chore: Configure Renovate #477

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 29, 2024

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

  • compatibility-suite/Cargo.toml (cargo)
  • rust/pact_consumer/Cargo.toml (cargo)
  • rust/pact_ffi/Cargo.toml (cargo)
  • rust/pact_matching/Cargo.toml (cargo)
  • rust/pact_models/Cargo.toml (cargo)
  • rust/pact_verifier/Cargo.toml (cargo)
  • rust/pact_verifier_cli/Cargo.toml (cargo)
  • rust/Dockerfile.musl-build (dockerfile)
  • rust/pact_ffi/Dockerfile.linux-build (dockerfile)
  • rust/pact_verifier_cli/Dockerfile (dockerfile)
  • .github/workflows/build-ffi.yml (github-actions)
  • .github/workflows/build.yml (github-actions)
  • .github/workflows/compatability-suite.yml (github-actions)
  • .github/workflows/issue-comment-created.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/smartbear-issue-label-added.yml (github-actions)
  • .github/workflows/triage.yml (github-actions)
  • .github/workflows/trigger_pact_docs_update.yml (github-actions)
  • compatibility-suite/pact-compatibility-suite/.github/workflows/triage.yml (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 15 Pull Requests:

fix(deps): update tokio-tracing monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-tracing-monorepo
  • Merge into: master
  • Upgrade tracing to 0.1.41
  • Upgrade tracing to =0.1.41
  • Upgrade tracing-core to 0.1.33
chore(deps): update alpine docker tag to v3.20
  • Schedule: ["at any time"]
  • Branch name: renovate/alpine-3.x
  • Merge into: master
  • Upgrade alpine to 3.20
chore(deps): update rust crate chrono-tz to 0.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/chrono-tz-0.x
  • Merge into: master
  • Upgrade chrono-tz to 0.10.0
chore(deps): update rust crate cucumber to 0.21.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cucumber-0.x
  • Merge into: master
  • Upgrade cucumber to 0.21.0
chore(deps): update rust crate itertools to 0.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/itertools-0.x
  • Merge into: master
  • Upgrade itertools to 0.13.0
chore(deps): update rust crate rstest to 0.23.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rstest-0.x
  • Merge into: master
  • Upgrade rstest to 0.23.0
chore(deps): update tomhjp/gh-action-jira-search action to v0.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/tomhjp-gh-action-jira-search-0.x
  • Merge into: master
  • Upgrade tomhjp/gh-action-jira-search to v0.2.2
fix(deps): update rust crate rand_regex to 0.17.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rand_regex-0.x
  • Merge into: master
  • Upgrade rand_regex to 0.17.0
fix(deps): update rust crate regex-syntax to 0.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/regex-syntax-0.x
  • Merge into: master
  • Upgrade regex-syntax to 0.8.0
fix(deps): update rust crate tokio-rustls to 0.26.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-rustls-0.x
  • Merge into: master
  • Upgrade tokio-rustls to 0.26.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 v4
chore(deps): update actions/github-script action to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-github-script-7.x
  • Merge into: master
  • Upgrade actions/github-script to v7
fix(deps): update rust crate clap to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/clap-4.x
  • Merge into: master
  • Upgrade clap to 4.0.0
fix(deps): update rust crate pact_mock_server to v2
fix(deps): update rust crate thiserror to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/thiserror-2.x
  • Merge into: master
  • Upgrade thiserror to 2.0.0

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

@JP-Ellis JP-Ellis closed this Nov 29, 2024
Copy link
Author

renovate bot commented Nov 29, 2024

Renovate is disabled

Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.

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.

1 participant