Configure 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) -
setup.py(pip_setup)
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
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand 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 16 Pull Requests:
Update dependency Jinja2 to v2.10.1 [SECURITY]
- Branch name:
renovate/pypi-Jinja2-vulnerability - Merge into:
master - Upgrade Jinja2 to
==2.10.1
Update dependency Pygments to v2.15.0 [SECURITY]
- Branch name:
renovate/pypi-Pygments-vulnerability - Merge into:
master - Upgrade Pygments to
==2.15.0
Update dependency alabaster to v0.7.13
- Schedule: ["at any time"]
- Branch name:
renovate/alabaster-0.x - Merge into:
master - Upgrade alabaster to
==0.7.13
Update dependency Babel to v2.14.0
- Schedule: ["at any time"]
- Branch name:
renovate/babel-2.x - Merge into:
master - Upgrade Babel to
==2.14.0
Update dependency Sphinx to v1.8.6
- Schedule: ["at any time"]
- Branch name:
renovate/sphinx-1.x - Merge into:
master - Upgrade Sphinx to
==1.8.6
Update dependency docutils to v0.20.1
- Schedule: ["at any time"]
- Branch name:
renovate/docutils-0.x - Merge into:
master - Upgrade docutils to
==0.20.1
Update dependency pytz to v2016.10
- Schedule: ["at any time"]
- Branch name:
renovate/pytz-2016.x - Merge into:
master - Upgrade pytz to
==2016.10
Update dependency six to v1.16.0
- Schedule: ["at any time"]
- Branch name:
renovate/six-1.x - Merge into:
master - Upgrade six to
==1.16.0
Update dependency snowballstemmer to v1.9.1
- Schedule: ["at any time"]
- Branch name:
renovate/snowballstemmer-1.x - Merge into:
master - Upgrade snowballstemmer to
==1.9.1
Update dependency sphinx-rtd-theme to v0.5.2
- Schedule: ["at any time"]
- Branch name:
renovate/sphinx-rtd-theme-0.x - Merge into:
master - Upgrade sphinx-rtd-theme to
==0.5.2
Update dependency MarkupSafe to v2
- Schedule: ["at any time"]
- Branch name:
renovate/markupsafe-2.x - Merge into:
master - Upgrade MarkupSafe to
==2.1.3
Update dependency Sphinx to v7
- Schedule: ["at any time"]
- Branch name:
renovate/sphinx-7.x - Merge into:
master - Upgrade Sphinx to
==7.2.6
Update dependency imagesize to v1
- Schedule: ["at any time"]
- Branch name:
renovate/imagesize-1.x - Merge into:
master - Upgrade imagesize to
==1.4.1
Update dependency pytz to v2023
- Schedule: ["at any time"]
- Branch name:
renovate/pytz-2023.x - Merge into:
master - Upgrade pytz to
==2023.3.post1
Update dependency snowballstemmer to v2
- Schedule: ["at any time"]
- Branch name:
renovate/snowballstemmer-2.x - Merge into:
master - Upgrade snowballstemmer to
==2.2.0
Update dependency sphinx-rtd-theme to v2
- Schedule: ["at any time"]
- Branch name:
renovate/sphinx-rtd-theme-2.x - Merge into:
master - Upgrade sphinx-rtd-theme to
==2.0.0
🚸 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.