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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: Configure Renovate #33

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 13, 2024

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

  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • pyproject.toml (pep621)
  • 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.
  • Weekly schedule on early Monday mornings.
  • Rate limit PR creation to a maximum of four per hour.
  • Rebase existing PRs any time the base branch has been updated.
  • Use semantic prefixes for commit messages and PR titles.
  • If Renovate detects semantic commits, it will use semantic commit type chore for all commits.
  • Run Renovate on following schedule: before 4am on Monday

🔡 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 21 Pull Requests:

chore(deps): update dependency urllib3 to v1.26.18
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/urllib3-1.x-lockfile
  • Merge into: main
  • Upgrade urllib3 to 1.26.18
chore(deps): update dependency isort to v5.13.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/isort-5.x-lockfile
  • Merge into: main
  • Upgrade isort to 5.13.2
chore(deps): update dependency pycryptodome to v3.20.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/pycryptodome-3.x-lockfile
  • Merge into: main
  • Upgrade pycryptodome to 3.20.0
chore(deps): update dependency pyjwt to v2.8.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/pyjwt-2.x-lockfile
  • Merge into: main
  • Upgrade PyJWT to 2.8.0
chore(deps): update dependency pylint to v2.17.7
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/pylint-2.x-lockfile
  • Merge into: main
  • Upgrade pylint to 2.17.7
chore(deps): update dependency rope to ^0.23.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/rope-0.x
  • Merge into: main
  • Upgrade rope to ^0.23.0
chore(deps): update actions/checkout action to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4
chore(deps): update actions/download-artifact action to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-download-artifact-4.x
  • Merge into: main
  • Upgrade actions/download-artifact to v4
chore(deps): update actions/setup-python action to v5
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-setup-python-5.x
  • Merge into: main
  • Upgrade actions/setup-python to v5
chore(deps): update actions/upload-artifact action to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-upload-artifact-4.x
  • Merge into: main
  • Upgrade actions/upload-artifact to v4
chore(deps): update dependency black to v24
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/black-24.x
  • Merge into: main
  • Upgrade black to ^24.0.0
chore(deps): update dependency certifi to v2024
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/certifi-2024.x
  • Merge into: main
  • Upgrade certifi to ^2024.0.0
chore(deps): update dependency cryptography to v42
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/cryptography-42.x
  • Merge into: main
  • Upgrade cryptography to ^42.0.0
chore(deps): update dependency datetime to v5
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/datetime-5.x-lockfile
  • Merge into: main
  • Upgrade DateTime to 5.4
chore(deps): update dependency pem to v23
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/pem-23.x
  • Merge into: main
  • Upgrade pem to ^23.0.0
chore(deps): update dependency pylint to v3
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/pylint-3.x
  • Merge into: main
  • Upgrade pylint to ^3.0.0
chore(deps): update dependency pyopenssl to v24
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/pyopenssl-24.x
  • Merge into: main
  • Upgrade pyOpenSSL to ^24.0.0
chore(deps): update dependency pytest to v8
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/pytest-8.x
  • Merge into: main
  • Upgrade pytest to ^8.0.0
chore(deps): update dependency rope to v1
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/rope-1.x
  • Merge into: main
  • Upgrade rope to ^1.0.0
chore(deps): update dependency urllib3 to v2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/urllib3-2.x
  • Merge into: main
  • Upgrade urllib3 to ^2.0.0
chore(deps): update sigstore/gh-action-sigstore-python action to v2

🚸 Branch creation will be limited to maximum 4 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants