Skip to content

Configure Renovate - #1

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

Configure Renovate#1
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/configure

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown

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.

📚 See our Reading List for relevant documentation you may be interested in reading.

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


Detected Package Files

cargo

  • quickwit/Cargo.toml
  • quickwit/quickwit-actors/Cargo.toml
  • quickwit/quickwit-aws/Cargo.toml
  • quickwit/quickwit-cli/Cargo.toml
  • quickwit/quickwit-cluster/Cargo.toml
  • quickwit/quickwit-codegen/Cargo.toml
  • quickwit/quickwit-codegen/example/Cargo.toml
  • quickwit/quickwit-common/Cargo.toml
  • quickwit/quickwit-config/Cargo.toml
  • quickwit/quickwit-control-plane/Cargo.toml
  • quickwit/quickwit-datetime/Cargo.toml
  • quickwit/quickwit-directories/Cargo.toml
  • quickwit/quickwit-doc-mapper/Cargo.toml
  • quickwit/quickwit-index-management/Cargo.toml
  • quickwit/quickwit-indexing/Cargo.toml
  • quickwit/quickwit-ingest/Cargo.toml
  • quickwit/quickwit-integration-tests/Cargo.toml
  • quickwit/quickwit-jaeger/Cargo.toml
  • quickwit/quickwit-janitor/Cargo.toml
  • quickwit/quickwit-lambda-client/Cargo.toml
  • quickwit/quickwit-lambda-server/Cargo.toml
  • quickwit/quickwit-macros/Cargo.toml
  • quickwit/quickwit-metastore-utils/Cargo.toml
  • quickwit/quickwit-metastore/Cargo.toml
  • quickwit/quickwit-opentelemetry/Cargo.toml
  • quickwit/quickwit-proto/Cargo.toml
  • quickwit/quickwit-query/Cargo.toml
  • quickwit/quickwit-rest-client/Cargo.toml
  • quickwit/quickwit-search/Cargo.toml
  • quickwit/quickwit-serve/Cargo.toml
  • quickwit/quickwit-storage/Cargo.toml
  • quickwit/quickwit-telemetry/Cargo.toml

devcontainer

  • .devcontainer/devcontainer.json

docker-compose

  • config/tutorials/grafana/docker-compose.yml
  • docker-compose.yml
  • quickwit/rest-api-tests/docker-compose.yaml

dockerfile

  • Dockerfile
  • build/cross-images/
    • aarch64-unknown-linux-gnu.dockerfile
    • aarch64-unknown-linux-musl.dockerfile
    • x86_64-unknown-linux-gnu.dockerfile
    • x86_64-unknown-linux-musl.dockerfile
  • distribution/docker/ubuntu/Dockerfile

github-actions

  • .github/actions/cargo-build-macos-binary/action.yml
  • .github/actions/cross-build-binary/action.yml
  • .github/workflows/
    • ci.yml
    • coverage.yml
    • dependency.yml
    • publish_cross_images.yml
    • publish_docker_images.yml
    • publish_lambda.yaml
    • publish_nightly_packages.yml
    • publish_release_packages.yml
    • scorecard.yml
    • ui-ci.yml

npm

  • quickwit/quickwit-ui/package.json

pip_requirements

  • .github/workflows/requirements.txt

pipenv

  • quickwit/rest-api-tests/Pipfile

rust-toolchain

  • quickwit/rust-toolchain.toml

terraform

  • distribution/ecs/example/terraform.tf
  • distribution/ecs/example/vpc.tf
  • distribution/ecs/quickwit/
    • cluster.tf
    • quickwit-control-plane.tf
    • quickwit-indexer.tf
    • quickwit-janitor.tf
    • quickwit-metastore.tf
    • quickwit-searcher.tf
    • rds.tf
  • distribution/ecs/quickwit/service/ecs.tf
  • docs/assets/sqs-file-source.tf

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 Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.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
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs

What to Expect

With your current configuration, Renovate will create 199 Pull Requests (at a maximum of 2 PRs per hour):

Manager major minor patch digest
github-actions 14 12 4 2
dockerfile 1 0 2 4
cargo 12 56 44 2
npm 8 10 7 0
pip_requirements 4 5 1 0
docker-compose 1 1 0 0
rust-toolchain 0 1 0 0
terraform 4 5 0 0
devcontainer 1 0 0 0
Total 45 90 58 8

Note that a single PR can update multiple files and/or managers, so the above rows may not align with the number of PRs being listed above.

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


Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up docker package ghcr.io/devcontainers-contrib/features/protoc: no-result
  • Could not determine new digest for update (github-digest package actions/setup-python)

Files affected: .devcontainer/devcontainer.json, .github/workflows/ci.yml, .github/workflows/coverage.yml


❓ 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