Skip to content

Configure Renovate

Tine Wittler 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

  • dev-env-requirements.txt (pip_requirements)
  • dev-requirements.txt (pip_requirements)
  • setup.py (pip_setup)

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
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit MR creation to a maximum of two per hour
  • Limit to maximum 20 open MRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Fix some problems with very old Maven commons versions
  • Ignore spring cloud 1.x releases
  • Ignore http4s digest-based 1.x milestones
  • Use node versioning for @types/node
  • Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133

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

chore(deps): update dependency pytest to v4.6.11
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-4.x
  • Merge into: master
  • Upgrade pytest to ==4.6.11
chore(deps): update dependency django to v3.2.25
  • Schedule: ["at any time"]
  • Branch name: renovate/django-3.x
  • Merge into: master
  • Upgrade django to ==3.2.25
chore(deps): update dependency flake8 to v3.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/flake8-3.x
  • Merge into: master
  • Upgrade flake8 to ==3.9.2
chore(deps): update dependency graphene to v3.4.3
  • Schedule: ["at any time"]
  • Branch name: renovate/graphene-3.x
  • Merge into: master
  • Upgrade graphene to ==3.4.3
chore(deps): update dependency graphene-django to v3.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/graphene-django-3.x
  • Merge into: master
  • Upgrade graphene-django to ==3.2.2
chore(deps): update dependency pytest-cov to v2.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-2.x
  • Merge into: master
  • Upgrade pytest-cov to ==2.12.1
chore(deps): update dependency pytest-django to v3.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-django-3.x
  • Merge into: master
  • Upgrade pytest-django to ==3.10.0
chore(deps): update dependency black to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/black-24.x
  • Merge into: master
  • Upgrade black to ==24.10.0
chore(deps): update dependency django to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/django-5.x
  • Merge into: master
  • Upgrade django to ==5.1.3
chore(deps): update dependency flake8 to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/flake8-7.x
  • Merge into: master
  • Upgrade flake8 to ==7.1.1
chore(deps): update dependency mock to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/mock-5.x
  • Merge into: master
  • Upgrade mock to ==5.1.0
chore(deps): update dependency pytest to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-8.x
  • Merge into: master
  • Upgrade pytest to ==8.3.4
chore(deps): 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
chore(deps): update dependency pytest-django to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-django-4.x
  • Merge into: master
  • Upgrade pytest-django to ==4.9.0
chore(deps): update dependency pytest-runner to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-runner-6.x
  • Merge into: master
  • Upgrade pytest-runner to >=4.0,<7

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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.

Merge request reports

Loading