Skip to content

Configure Renovate

Stackspin-renovate Bot 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.

🚦 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 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 10 Merge Requests:

Update dependency Flask to v2.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-2.x
  • Merge into: main
  • Upgrade Flask to ==2.0.2
Update dependency Jinja2 to v3.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/jinja2-3.x
  • Merge into: main
  • Upgrade Jinja2 to ==3.0.2
Update dependency Werkzeug to v2.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/werkzeug-2.x
  • Merge into: main
  • Upgrade Werkzeug to ==2.0.2
Update dependency click to v8.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/click-8.x
  • Merge into: main
  • Upgrade click to ==8.0.3
Update dependency cryptography to v3.4.8
  • Schedule: ["at any time"]
  • Branch name: renovate/cryptography-3.x
  • Merge into: main
  • Upgrade cryptography to ==3.4.8
Update dependency Flask-JWT-Extended to v4.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-jwt-extended-4.x
  • Merge into: main
  • Upgrade Flask-JWT-Extended to ==4.3.1
Update dependency PyJWT to v2.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pyjwt-2.x
  • Merge into: main
  • Upgrade PyJWT to ==2.3.0
Update dependency cffi to v1.15.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cffi-1.x
  • Merge into: main
  • Upgrade cffi to ==1.15.0
Update python Docker tag to v3.10
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: main
  • Upgrade python to 3.10-slim
Update dependency cryptography to v35
  • Schedule: ["at any time"]
  • Branch name: renovate/cryptography-35.x
  • Merge into: main
  • Upgrade cryptography to ==35.0.0

🚸 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