Skip to content

Configure Renovate

renovatebot 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

  • Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • 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.
  • If Renovate detects semantic commits, it will use semantic commit type fix for dependencies and chore for all others.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Automatically detect the best rangeStrategy to use.
  • Rate limit MR creation to a maximum of two per hour.
  • Limit to maximum 10 open MRs at any time.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • A collection of workarounds for known problems with packages.

🔡 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 aiohttp to v3.8.3
  • Schedule: ["at any time"]
  • Branch name: renovate/aiohttp-3.x
  • Merge into: master
  • Upgrade aiohttp to ==3.8.3
chore(deps): update dependency frozenlist to v1.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/frozenlist-1.x
  • Merge into: master
  • Upgrade frozenlist to ==1.3.3
chore(deps): update dependency multidict to v6.0.4
  • Schedule: ["at any time"]
  • Branch name: renovate/multidict-6.x
  • Merge into: master
  • Upgrade multidict to ==6.0.4
chore(deps): update dependency oauthlib to v3.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/oauthlib-3.x
  • Merge into: master
  • Upgrade oauthlib to ==3.2.2
chore(deps): update dependency urllib3 to v1.26.14
  • Schedule: ["at any time"]
  • Branch name: renovate/urllib3-1.x
  • Merge into: master
  • Upgrade urllib3 to ==1.26.14
chore(deps): update dependency aiosignal to v1.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/aiosignal-1.x
  • Merge into: master
  • Upgrade aiosignal to ==1.3.1
chore(deps): update dependency charset-normalizer to v2.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/charset-normalizer-2.x
  • Merge into: master
  • Upgrade charset-normalizer to ==2.1.1
chore(deps): update dependency idna to v3.4
  • Schedule: ["at any time"]
  • Branch name: renovate/idna-3.x
  • Merge into: master
  • Upgrade idna to ==3.4
chore(deps): update dependency pytz to v2022.7.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pytz-2022.x
  • Merge into: master
  • Upgrade pytz to ==2022.7.1
chore(deps): update dependency requests to v2.28.2
  • Schedule: ["at any time"]
  • Branch name: renovate/requests-2.x
  • Merge into: master
  • Upgrade requests to ==2.28.2
chore(deps): update dependency tweepy to v4.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tweepy-4.x
  • Merge into: master
  • Upgrade tweepy to ==4.12.1
chore(deps): update dependency yarl to v1.8.2
  • Schedule: ["at any time"]
  • Branch name: renovate/yarl-1.x
  • Merge into: master
  • Upgrade yarl to ==1.8.2
chore(deps): update dependency attrs to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/attrs-22.x
  • Merge into: master
  • Upgrade attrs to ==22.2.0
chore(deps): update dependency certifi to v2022
  • Schedule: ["at any time"]
  • Branch name: renovate/certifi-2022.x
  • Merge into: master
  • Upgrade certifi to ==2022.12.7
chore(deps): update dependency charset-normalizer to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/charset-normalizer-3.x
  • Merge into: master
  • Upgrade charset-normalizer to ==3.0.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 renovatebot

Merge request reports