flask-jinja-tutorial icon indicating copy to clipboard operation
flask-jinja-tutorial copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

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

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


Detected Package Files

  • requirements.txt (pip_requirements)
  • pyproject.toml (poetry)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • 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.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 22 Pull Requests:

Update dependency werkzeug to v2.3.8 [SECURITY]
  • Branch name: renovate/pypi-werkzeug-vulnerability
  • Merge into: master
  • Upgrade werkzeug to ==2.3.8
Update dependency astroid to v2.15.8
  • Schedule: ["at any time"]
  • Branch name: renovate/astroid-2.x
  • Merge into: master
  • Upgrade astroid to ==2.15.8
Update dependency pycodestyle to v2.11.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pycodestyle-2.x
  • Merge into: master
  • Upgrade pycodestyle to ==2.11.1
Update dependency pylint to v2.17.7
  • Schedule: ["at any time"]
  • Branch name: renovate/pylint-2.x
  • Merge into: master
  • Upgrade pylint to ==2.17.7
Update dependency pylint to v2.17.7
  • Schedule: ["at any time"]
  • Branch name: renovate/pylint-2.x-lockfile
  • Merge into: master
  • Upgrade pylint to 2.17.7
Update dependency tomlkit to v0.12.3
  • Schedule: ["at any time"]
  • Branch name: renovate/tomlkit-0.x
  • Merge into: master
  • Upgrade tomlkit to ==0.12.3
Update dependency black to v23.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/black-23.x
  • Merge into: master
  • Upgrade black to ==23.12.0
Update dependency black to v23.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/black-23.x-lockfile
  • Merge into: master
  • Upgrade black to 23.12.0
Update dependency blinker to v1.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/blinker-1.x
  • Merge into: master
  • Upgrade blinker to ==1.7.0
Update dependency isort to v5.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/isort-5.x
  • Merge into: master
  • Upgrade isort to ==5.13.2
Update dependency isort to v5.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/isort-5.x-lockfile
  • Merge into: master
  • Upgrade isort to 5.13.2
Update dependency packaging to v23.2
  • Schedule: ["at any time"]
  • Branch name: renovate/packaging-23.x
  • Merge into: master
  • Upgrade packaging to ==23.2
Update dependency pathspec to v0.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pathspec-0.x
  • Merge into: master
  • Upgrade pathspec to ==0.12.1
Update dependency platformdirs to v3.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/platformdirs-3.x
  • Merge into: master
  • Upgrade platformdirs to ==3.11.0
Update dependency typing-extensions to v4.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/typing-extensions-4.x
  • Merge into: master
  • Upgrade typing-extensions to ==4.9.0
Update dependency wrapt to v1.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/wrapt-1.x
  • Merge into: master
  • Upgrade wrapt to ==1.16.0
Update dependency astroid to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/astroid-3.x
  • Merge into: master
  • Upgrade astroid to ==3.0.2
Update dependency flask to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-3.x
  • Merge into: master
  • Upgrade flask to ==3.0.0
Update dependency flask to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-3.x-lockfile
  • Merge into: master
  • Upgrade flask to 3.0.0
Update dependency platformdirs to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/platformdirs-4.x
  • Merge into: master
  • Upgrade platformdirs to ==4.1.0
Update dependency pylint to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/pylint-3.x
  • Merge into: master
  • Upgrade pylint to ==3.0.3
Update dependency pylint to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/pylint-3.x-lockfile
  • Merge into: master
  • Upgrade pylint to 3.0.3

🚸 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 PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Aug 15 '20 05:08 renovate[bot]