Skip to content

Configure Renovate

Jack Murphy requested to merge renovate/configure into main

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

🚦 Renovate will begin keeping your dependencies up-to-date only once you merge or close this Merge Request.


Configuration Summary

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

  • Start dependency updates only once this Configure Renovate MR is merged
  • Separate major versions of dependencies into individual branches/MRs
  • Do not separate patch and minor upgrades into separate MRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise MRs immediately (after branch is created)
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Keep existing branches updated even when not scheduled
  • Disable automerging feature - wait for humans to merge all MRs
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Update existing lock files only when package.json is modified
  • 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

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

Update dependency cryptography to v3.3.1
  • Schedule: "at any time"
  • Branch name: renovate/cryptography-3.x
  • Merge into: main
  • Upgrade cryptography to ==3.3.1
Update dependency pandas to v1.2.0
  • Schedule: "at any time"
  • Branch name: renovate/pandas-1.x
  • Merge into: main
  • Upgrade pandas to ==1.2.0
Update dependency plotly to v4.14.1
  • Schedule: "at any time"
  • Branch name: renovate/plotly-4.x
  • Merge into: main
  • Upgrade plotly to ==4.14.1
Update dependency pytz to v2020.5
  • Schedule: "at any time"
  • Branch name: renovate/pytz-2020.x
  • Merge into: main
  • Upgrade pytz to ==2020.5
Update dependency sqlalchemy to v1.3.22
  • Schedule: "at any time"
  • Branch name: renovate/sqlalchemy-1.x
  • Merge into: main
  • Upgrade sqlalchemy to ==1.3.22
Update mysql Docker tag to v8.0.22
  • Schedule: "at any time"
  • Branch name: renovate/docker-mysql-8.x
  • Merge into: main
  • Upgrade mysql to 8.0.22
Update python Docker tag to v3.9.1
  • Schedule: "at any time"
  • Branch name: renovate/docker-python-3.x
  • Merge into: main
  • Upgrade python to 3.9.1-slim-buster

🚸 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