Skip to content

Configure Renovate

H3N Renovate Bot requested to merge renovate/configure into master

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • requirements.txt (pip_requirements)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR is merged
  • 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.
  • Preserve (but continue to upgrade) any existing SemVer ranges.
  • Enable Renovate Dependency Dashboard creation.
  • Rebase existing MRs any time the base branch has been updated.
  • Use curated list of recommended non-monorepo package groupings.
  • Group all minor and patch updates together.

🔡 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 Merge 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 12 Merge Requests:

Update all non-major dependencies
  • Schedule: ["at any time"]
  • Branch name: renovate/all-minor-patch
  • Merge into: master
  • Upgrade Jinja2 to ==2.11.3
  • Upgrade MarkupSafe to ==1.1.1
  • Upgrade astroid to ==1.6.6
  • Upgrade certifi to ==2017.11.5
  • Upgrade icalendar to ==3.12
  • Upgrade idna to ==2.10
  • Upgrade isort to ==4.3.21
  • Upgrade lazy-object-proxy to ==1.10.0
  • Upgrade mccabe to ==0.7.0
  • Upgrade pylint to ==1.9.5
  • Upgrade python-dateutil to ==2.9.0.post0
  • Upgrade pytz to ==2017.3
  • Upgrade requests to ==2.31.0
  • Upgrade six to ==1.16.0
  • Upgrade urllib3 to ==1.26.18
  • Upgrade wrapt to ==1.16.0
Update dependency Jinja2 to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/jinja2-3.x
  • Merge into: master
  • Upgrade Jinja2 to ==3.1.3
Update dependency MarkupSafe to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/markupsafe-2.x
  • Merge into: master
  • Upgrade MarkupSafe to ==2.1.5
Update dependency astroid to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/astroid-3.x
  • Merge into: master
  • Upgrade astroid to ==3.1.0
Update dependency certifi to v2024
  • Schedule: ["at any time"]
  • Branch name: renovate/certifi-2024.x
  • Merge into: master
  • Upgrade certifi to ==2024.2.2
Update dependency chardet to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/chardet-5.x
  • Merge into: master
  • Upgrade chardet to ==5.2.0
Update dependency icalendar to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/icalendar-5.x
  • Merge into: master
  • Upgrade icalendar to ==5.0.12
Update dependency idna to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/idna-3.x
  • Merge into: master
  • Upgrade idna to ==3.6
Update dependency isort to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/isort-5.x
  • Merge into: master
  • Upgrade isort to ==5.13.2
Update dependency pylint to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/pylint-3.x
  • Merge into: master
  • Upgrade pylint to ==3.1.0
Update dependency pytz to v2024
  • Schedule: ["at any time"]
  • Branch name: renovate/pytz-2024.x
  • Merge into: master
  • Upgrade pytz to ==2024.1
Update dependency urllib3 to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/urllib3-2.x
  • Merge into: master
  • Upgrade urllib3 to ==2.2.1

🚸 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 MR has been generated by Renovate Bot.

Edited by H3N Renovate Bot

Merge request reports