-
Notifications
You must be signed in to change notification settings - Fork 1
Configure Renovate #27
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
base: master
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request configures Renovate to automatically manage and update dependencies in the repository, including GitHub Actions and Python dependencies. It adds a No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
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
.github/workflows/ci.yml
(github-actions).github/workflows/publish.yml
(github-actions)pyproject.toml
(pep621)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests (except for nuget) directories.🔡 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 9 Pull Requests:
Update codecov/codecov-action action to v4.6.0
renovate/codecov-codecov-action-4.x
master
v4.6.0
Update dependency codespell to v2.4.1
renovate/codespell-2.x
master
==2.4.1
Update dependency fastapi to >=0.115.12, <0.116.0
renovate/fastapi-0.x
master
>=0.115.12, <0.116.0
Update dependency httpx to >=0.28.1, <0.29.0
renovate/httpx-0.x
master
>=0.28.1, <0.29.0
Update dependency quart to >=0.20.0, <0.21.0
renovate/quart-0.x
master
>=0.20.0, <0.21.0
Update dependency ruff to v0.11.5
renovate/ruff-0.x
master
==0.11.5
Update dependency uvicorn to >=0.34.1, <0.35.0
renovate/uvicorn-0.x
master
>=0.34.1, <0.35.0
Update codecov/codecov-action action to v5
renovate/codecov-codecov-action-5.x
master
v5.4.2
Update dependency pre-commit to v4
renovate/pre-commit-4.x
master
>=4.2.0, <4.3.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.
Summary by Sourcery
Configure Renovate for automated dependency updates
New Features:
CI:
Chores: