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

Closed
wants to merge 1 commit into from
Closed

Configure Renovate #127

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2023

Mend 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

  • docker-compose.yaml (docker-compose)
  • .github/workflows/bumpversion.yml (github-actions)
  • .github/workflows/docs-preview.yaml (github-actions)
  • .github/workflows/docs-publish.yaml (github-actions)
  • .github/workflows/pr-tests.yaml (github-actions)
  • .github/workflows/pythonpublish.yaml (github-actions)
  • pyproject.toml (poetry)

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

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 20 Pull Requests:

chore(deps): update dependency uvicorn to v0.23.2
  • Schedule: ["at any time"]
  • Branch name: renovate/uvicorn-0.x-lockfile
  • Merge into: master
  • Upgrade uvicorn to 0.23.2
fix(deps): update dependency pydantic to v1.10.12
  • Schedule: ["at any time"]
  • Branch name: renovate/pydantic-1.x-lockfile
  • Merge into: master
  • Upgrade pydantic to 1.10.12
chore(deps): update confluentinc/cp-kafka docker tag to v7.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/confluentinc-cp-kafka-7.x
  • Merge into: master
  • Upgrade confluentinc/cp-kafka to 7.4.1
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/confluentinc-cp-zookeeper-7.x
  • Merge into: master
  • Upgrade confluentinc/cp-zookeeper to 7.4.1
chore(deps): update dependency fastapi to ^0.100.0
  • Schedule: ["at any time"]
  • Branch name: renovate/fastapi-0.x
  • Merge into: master
  • Upgrade fastapi to ^0.100.0
chore(deps): update dependency jedi to v0.19.0
  • Schedule: ["at any time"]
  • Branch name: renovate/jedi-0.x
  • Merge into: master
  • Upgrade jedi to 0.19.0
chore(deps): update dependency mkdocs to v1.5.2
  • Schedule: ["at any time"]
  • Branch name: renovate/mkdocs-1.x-lockfile
  • Merge into: master
  • Upgrade mkdocs to 1.5.2
chore(deps): update dependency mypy to v0.991
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-0.x-lockfile
  • Merge into: master
  • Upgrade mypy to 0.991
chore(deps): update dependency pytest-asyncio to ^0.21.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-asyncio-0.x
  • Merge into: master
  • Upgrade pytest-asyncio to ^0.21.0
fix(deps): update dependency prometheus-client to v0.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/prometheus-client-0.x-lockfile
  • Merge into: master
  • Upgrade prometheus-client to 0.17.1
chore(deps): update codecov/codecov-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/codecov-codecov-action-3.x
  • Merge into: master
  • Upgrade codecov/codecov-action to v3
chore(deps): update dependency black to v23
  • Schedule: ["at any time"]
  • Branch name: renovate/black-23.x
  • Merge into: master
  • Upgrade black to ^23.0.0
chore(deps): update dependency commitizen to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/commitizen-3.x
  • Merge into: master
  • Upgrade commitizen to ^3.0.0
chore(deps): update dependency flake8 to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/flake8-6.x
  • Merge into: master
  • Upgrade flake8 to ^6.0.0
chore(deps): update dependency mkdocs-material to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/mkdocs-material-9.x
  • Merge into: master
  • Upgrade mkdocs-material to ^9.0.0
chore(deps): update dependency mypy to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-1.x
  • Merge into: master
  • Upgrade mypy to ^1.0.0
chore(deps): update dependency pytest to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-7.x
  • Merge into: master
  • Upgrade pytest to ^7.0.0
chore(deps): update dependency pytest-cov to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-4.x
  • Merge into: master
  • Upgrade pytest-cov to ^4.0.0
chore(deps): update dependency pytest-httpserver to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-httpserver-1.x
  • Merge into: master
  • Upgrade pytest-httpserver to <1.1
fix(deps): update dependency pydantic to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/pydantic-2.x
  • Merge into: master
  • Upgrade pydantic 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 has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2023

PR Preview Action v1.4.4
Preview removed because the pull request was closed.
2023-08-04 14:10 UTC

@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #127 (9260e3e) into master (6aaf016) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   94.11%   94.11%           
=======================================
  Files          20       20           
  Lines         731      731           
=======================================
  Hits          688      688           
  Misses         43       43           
Flag Coverage Δ
unittests 94.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@anitabee anitabee closed this Aug 4, 2023
@anitabee anitabee deleted the renovate/configure branch August 4, 2023 14:10
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