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
Dockerfile (dockerfile)
.github/workflows/docs.yml (github-actions)
.github/workflows/tests.yml (github-actions)
requirements.txt (pip_requirements)
test-requirements.txt (pip_requirements)
Configuration Summary
Based on the default config's presets, Renovate will:
Start dependency updates only once this onboarding PR is merged
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.
Pin Docker digests.
Pin github-action digests.
Pin dependency versions for devDependencies.
Preset with best practices from the Renovate maintainers. Recommended for advanced users, who want to follow our best practices.
Run lock file maintenance (updates) early Monday mornings.
Enable the pre-commit manager.
Group all updates together.
Update _VERSION variables in Dockerfiles.
Weekly schedule on early Monday mornings.
Use specific versioning for Red Hat-maintained container images.
Append Signed-off-by: to signoff Git commits.
Disable pinning of Docker dependency digests.
Default preset for use with Renovate's repos
Run Renovate on following schedule: before 4am on Monday
🔡 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 5 Pull Requests:
Update dependency aiohttp to v3.9.2 [SECURITY]
- Branch name: `renovate/pypi-aiohttp-vulnerability`
- Merge into: `main`
- Upgrade [aiohttp](https://togithub.com/aio-libs/aiohttp) to `==3.9.2`
Update dependency jinja2 to v3.1.3 [SECURITY]
- Branch name: `renovate/pypi-jinja2-vulnerability`
- Merge into: `main`
- Upgrade jinja2 to `==3.1.3`
Update dependency cryptography to v42 [SECURITY]
- Branch name: `renovate/pypi-cryptography-vulnerability`
- Merge into: `main`
- Upgrade [cryptography](https://togithub.com/pyca/cryptography) to `==42.0.4`
Update Auto merged updates
- Schedule: ["before 4am on Monday"]
- Branch name: `renovate/auto-merged-updates`
- Merge into: `main`
- Upgrade [alembic](https://togithub.com/sqlalchemy/alembic) to `==1.13.1`
- Upgrade beautifulsoup4 to `==4.12.3`
- Upgrade [flask-login](https://togithub.com/maxcountryman/flask-login) to `==0.6.3`
- Upgrade [flask-migrate](https://togithub.com/miguelgrinberg/flask-migrate) to `==4.0.7`
- Upgrade [frozenlist](https://togithub.com/aio-libs/frozenlist) to `==1.4.1`
- Upgrade [gql](https://togithub.com/graphql-python/gql) to `==3.5.0`
- Upgrade [graphql-core](https://togithub.com/graphql-python/graphql-core) to `==3.3.0a4`
- Upgrade greenlet to `==3.0.3`
- Upgrade [kobo](https://togithub.com/release-engineering/kobo) to `==0.35.1`
- Upgrade [mako](https://togithub.com/sqlalchemy/mako) to `==1.3.2`
- Upgrade markupsafe to `==2.1.5`
- Upgrade [multidict](https://togithub.com/aio-libs/multidict) to `==6.0.5`
- Upgrade [psutil](https://togithub.com/giampaolo/psutil) to `==5.9.8`
- Upgrade pyparsing to `==3.1.2`
Update all dependencies
- Schedule: ["before 4am on Monday"]
- Branch name: `renovate/all`
- Merge into: `main`
- Upgrade [JamesIves/github-pages-deploy-action](https://togithub.com/JamesIves/github-pages-deploy-action) to `v4.5.0`
- Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v4`
- Upgrade [actions/setup-python](https://togithub.com/actions/setup-python) to `v5`
- Upgrade [attrs](https://togithub.com/python-attrs/attrs) to `==23.2.0`
- Upgrade [certifi](https://togithub.com/certifi/python-certifi) to `==2024.2.2`
- Upgrade [dogpile-cache](https://togithub.com/sqlalchemy/dogpile.cache) to `==1.3.2`
- Upgrade flask to `==3.0.2`
- Upgrade flask-sqlalchemy to `==3.1.1`
- Upgrade koji to `==1.34.0`
- Upgrade odcs to `==0.8.0`
- Upgrade [prometheus-client](https://togithub.com/prometheus/client_python) to `==0.20.0`
- Upgrade [pycairo](https://togithub.com/pygobject/pycairo) to `==1.26.0`
- Upgrade [pygobject](https://gitlab.gnome.org/GNOME/pygobject.git) to `==3.48.1`
- Upgrade [pyopenssl](https://togithub.com/pyca/pyopenssl) to `==24.1.0`
- Upgrade [python-dateutil](https://togithub.com/dateutil/dateutil) to `==2.9.0.post0`
- Upgrade pytz to `==2024.1`
- Upgrade registry.fedoraproject.org/fedora to `41-x86_64`
- Upgrade [requests-gssapi](https://togithub.com/pythongssapi/requests-gssapi) to `==1.3.0`
- Upgrade [semver](https://togithub.com/python-semver/python-semver) to `==3.0.2`
- Upgrade sqlalchemy to `==2.0.28`
- Upgrade stevedore to `==5.2.0`
- Upgrade [twisted](https://togithub.com/twisted/twisted) to `==24.3.0`
- Upgrade [types-python-dateutil](https://togithub.com/python/typeshed) to `==2.9.0.20240316`
- Upgrade [typing-extensions](https://togithub.com/python/typing_extensions) to `==4.10.0`
- Upgrade [ubuntu](https://togithub.com/actions/runner-images) to `22.04`
- Upgrade [urllib3](https://togithub.com/urllib3/urllib3) to `==2.2.1`
- Upgrade werkzeug to `==3.0.1`
- Upgrade [zope-interface](https://togithub.com/zopefoundation/zope.interface) to `==6.2`
🚸 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.
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
Dockerfile
(dockerfile).github/workflows/docs.yml
(github-actions).github/workflows/tests.yml
(github-actions)requirements.txt
(pip_requirements)test-requirements.txt
(pip_requirements)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests directories.github-action
digests.devDependencies
._VERSION
variables in Dockerfiles.Signed-off-by:
to signoff Git commits.🔡 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 5 Pull Requests:
Update dependency aiohttp to v3.9.2 [SECURITY]
- Branch name: `renovate/pypi-aiohttp-vulnerability` - Merge into: `main` - Upgrade [aiohttp](https://togithub.com/aio-libs/aiohttp) to `==3.9.2`Update dependency jinja2 to v3.1.3 [SECURITY]
- Branch name: `renovate/pypi-jinja2-vulnerability` - Merge into: `main` - Upgrade jinja2 to `==3.1.3`Update dependency cryptography to v42 [SECURITY]
- Branch name: `renovate/pypi-cryptography-vulnerability` - Merge into: `main` - Upgrade [cryptography](https://togithub.com/pyca/cryptography) to `==42.0.4`Update Auto merged updates
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/auto-merged-updates` - Merge into: `main` - Upgrade [alembic](https://togithub.com/sqlalchemy/alembic) to `==1.13.1` - Upgrade beautifulsoup4 to `==4.12.3` - Upgrade [flask-login](https://togithub.com/maxcountryman/flask-login) to `==0.6.3` - Upgrade [flask-migrate](https://togithub.com/miguelgrinberg/flask-migrate) to `==4.0.7` - Upgrade [frozenlist](https://togithub.com/aio-libs/frozenlist) to `==1.4.1` - Upgrade [gql](https://togithub.com/graphql-python/gql) to `==3.5.0` - Upgrade [graphql-core](https://togithub.com/graphql-python/graphql-core) to `==3.3.0a4` - Upgrade greenlet to `==3.0.3` - Upgrade [kobo](https://togithub.com/release-engineering/kobo) to `==0.35.1` - Upgrade [mako](https://togithub.com/sqlalchemy/mako) to `==1.3.2` - Upgrade markupsafe to `==2.1.5` - Upgrade [multidict](https://togithub.com/aio-libs/multidict) to `==6.0.5` - Upgrade [psutil](https://togithub.com/giampaolo/psutil) to `==5.9.8` - Upgrade pyparsing to `==3.1.2`Update all dependencies
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/all` - Merge into: `main` - Upgrade [JamesIves/github-pages-deploy-action](https://togithub.com/JamesIves/github-pages-deploy-action) to `v4.5.0` - Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v4` - Upgrade [actions/setup-python](https://togithub.com/actions/setup-python) to `v5` - Upgrade [attrs](https://togithub.com/python-attrs/attrs) to `==23.2.0` - Upgrade [certifi](https://togithub.com/certifi/python-certifi) to `==2024.2.2` - Upgrade [dogpile-cache](https://togithub.com/sqlalchemy/dogpile.cache) to `==1.3.2` - Upgrade flask to `==3.0.2` - Upgrade flask-sqlalchemy to `==3.1.1` - Upgrade koji to `==1.34.0` - Upgrade odcs to `==0.8.0` - Upgrade [prometheus-client](https://togithub.com/prometheus/client_python) to `==0.20.0` - Upgrade [pycairo](https://togithub.com/pygobject/pycairo) to `==1.26.0` - Upgrade [pygobject](https://gitlab.gnome.org/GNOME/pygobject.git) to `==3.48.1` - Upgrade [pyopenssl](https://togithub.com/pyca/pyopenssl) to `==24.1.0` - Upgrade [python-dateutil](https://togithub.com/dateutil/dateutil) to `==2.9.0.post0` - Upgrade pytz to `==2024.1` - Upgrade registry.fedoraproject.org/fedora to `41-x86_64` - Upgrade [requests-gssapi](https://togithub.com/pythongssapi/requests-gssapi) to `==1.3.0` - Upgrade [semver](https://togithub.com/python-semver/python-semver) to `==3.0.2` - Upgrade sqlalchemy to `==2.0.28` - Upgrade stevedore to `==5.2.0` - Upgrade [twisted](https://togithub.com/twisted/twisted) to `==24.3.0` - Upgrade [types-python-dateutil](https://togithub.com/python/typeshed) to `==2.9.0.20240316` - Upgrade [typing-extensions](https://togithub.com/python/typing_extensions) to `==4.10.0` - Upgrade [ubuntu](https://togithub.com/actions/runner-images) to `22.04` - Upgrade [urllib3](https://togithub.com/urllib3/urllib3) to `==2.2.1` - Upgrade werkzeug to `==3.0.1` - Upgrade [zope-interface](https://togithub.com/zopefoundation/zope.interface) to `==6.2`🚸 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 Renovate Bot.