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 Jan 3, 2025

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/misspell.yml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • pyproject.toml (pep621)
  • docs/requirements.txt (pip_requirements)
  • pyproject.toml (poetry)

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.
  • 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 30 Pull Requests:

Update dependency pytest to v6.2.5
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-6.x-lockfile
  • Merge into: master
  • Upgrade pytest to 6.2.5
Update Python to >=3.13,<3.14
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: master
  • Upgrade python to >=3.13,<3.14
Update dependency doc8 to ^0.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/doc8-0.x
  • Merge into: master
  • Upgrade doc8 to ^0.11.0
Update dependency flake8-pytest-style to v1.7.2
  • Schedule: ["at any time"]
  • Branch name: renovate/flake8-pytest-style-1.x-lockfile
  • Merge into: master
  • Upgrade flake8-pytest-style to 1.7.2
Update dependency m2r2
  • Schedule: ["at any time"]
  • Branch name: renovate/m2r2-0.x
  • Merge into: master
  • Upgrade m2r2 to ^0.3.0
  • Upgrade m2r2 to ==0.3.3.post2
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
Update dependency nitpick to ^0.35.0
  • Schedule: ["at any time"]
  • Branch name: renovate/nitpick-0.x
  • Merge into: master
  • Upgrade nitpick to ^0.35.0
Update dependency pytest-cov to v2.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-2.x-lockfile
  • Merge into: master
  • Upgrade pytest-cov to 2.12.1
Update dependency pytest-randomly to v3.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-randomly-3.x-lockfile
  • Merge into: master
  • Upgrade pytest-randomly to 3.16.0
Update dependency sphinx to v3.5.4
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-3.x
  • Merge into: master
  • Upgrade sphinx to ==3.5.4
Update dependency sphinx to v3.5.4
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-3.x-lockfile
  • Merge into: master
  • Upgrade sphinx to 3.5.4
Update dependency sphinx-autodoc-typehints to v1.25.3
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-autodoc-typehints-1.x
  • Merge into: master
  • Upgrade sphinx-autodoc-typehints to ==1.25.3
Update dependency sphinx-autodoc-typehints to v1.25.3
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-autodoc-typehints-1.x-lockfile
  • Merge into: master
  • Upgrade sphinx-autodoc-typehints to 1.25.3
Update dependency tomlkit to v0.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/tomlkit-0.x
  • Merge into: master
  • Upgrade tomlkit to ^0.13.0
  • Upgrade tomlkit to ==0.13.2
Update dependency typing-extensions to v3.10.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typing-extensions-3.x
  • Merge into: master
  • Upgrade typing-extensions to ==3.10.0.2
Update dependency wemake-python-styleguide to ^0.19.0
  • Schedule: ["at any time"]
  • Branch name: renovate/wemake-python-styleguide-0.x
  • Merge into: master
  • Upgrade wemake-python-styleguide to ^0.19.0
Update actions/cache action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-4.x
  • Merge into: master
  • Upgrade actions/cache to v4
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
Update actions/setup-python action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-5.x
  • Merge into: master
  • Upgrade actions/setup-python to v5
Update dependency doc8 to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/doc8-1.x
  • Merge into: master
  • Upgrade doc8 to ^1.0.0
Update dependency flake8-pytest-style to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/flake8-pytest-style-2.x
  • Merge into: master
  • Upgrade flake8-pytest-style to ^2.0.0
Update dependency mypy to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-1.x
  • Merge into: master
  • Upgrade mypy to ^1.0.0
Update dependency pytest to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-8.x
  • Merge into: master
  • Upgrade pytest to ^8.0.0
Update dependency pytest-cov to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-6.x
  • Merge into: master
  • Upgrade pytest-cov to ^6.0.0
Update dependency safety to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/safety-3.x
  • Merge into: master
  • Upgrade safety to ^3.0.0
Update dependency sphinx to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-8.x
  • Merge into: master
  • Upgrade sphinx to ^8.0.0
  • Upgrade sphinx to ==8.1.3
Update dependency sphinx-autodoc-typehints to v3
Update dependency typing-extensions to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/typing-extensions-4.x
  • Merge into: master
  • Upgrade typing-extensions to ==4.12.2
Update dependency wemake-python-styleguide to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/wemake-python-styleguide-1.x
  • Merge into: master
  • Upgrade wemake-python-styleguide to ^1.0.0
Update peter-evans/create-pull-request action to v7

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

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