Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 9, 2021

WhiteSource 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

  • docker-compose.yml (docker-compose)
  • .docker/app/Dockerfile (dockerfile)
  • src/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
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs immediately (after branch is created)
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Keep existing branches updated even when not scheduled
  • Disable automerging feature - wait for humans to merge all PRs
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 20 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • 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 Pull 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 23 Pull Requests:

Update dependency graphene to v2.1.8
  • Schedule: ["at any time"]
  • Branch name: renovate/graphene-2.x
  • Merge into: master
  • Upgrade graphene to ==2.1.8
Update dependency iso8601 to v0.1.14
  • Schedule: ["at any time"]
  • Branch name: renovate/iso8601-0.x
  • Merge into: master
  • Upgrade iso8601 to ==0.1.14
Update dependency Django to v2.2.24
  • Schedule: ["at any time"]
  • Branch name: renovate/django-2.x
  • Merge into: master
  • Upgrade Django to ==2.2.24
Update dependency django-cors-headers to v2.5.3
  • Schedule: ["at any time"]
  • Branch name: renovate/django-cors-headers-2.x
  • Merge into: master
  • Upgrade django-cors-headers to ==2.5.3
Update dependency django-filter to v2.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/django-filter-2.x
  • Merge into: master
  • Upgrade django-filter to ==2.4.0
Update dependency django-graphql-jwt to v0.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/django-graphql-jwt-0.x
  • Merge into: master
  • Upgrade django-graphql-jwt to ==0.3.2
Update dependency graphene-django to v2.15.0
  • Schedule: ["at any time"]
  • Branch name: renovate/graphene-django-2.x
  • Merge into: master
  • Upgrade graphene-django to ==2.15.0
Update dependency graphql-core to v2.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/graphql-core-2.x
  • Merge into: master
  • Upgrade graphql-core to ==2.3.2
Update dependency graphql-relay to v0.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/graphql-relay-0.x
  • Merge into: master
  • Upgrade graphql-relay to ==0.5.0
Update dependency promise to v2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/promise-2.x
  • Merge into: master
  • Upgrade promise to ==2.3
Update dependency psycopg2 to v2.8.6
  • Schedule: ["at any time"]
  • Branch name: renovate/psycopg2-2.x
  • Merge into: master
  • Upgrade psycopg2 to ==2.8.6
Update dependency python-dateutil to v2.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/python-dateutil-2.x
  • Merge into: master
  • Upgrade python-dateutil to ==2.8.1
Update dependency singledispatch to v3.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/singledispatch-3.x
  • Merge into: master
  • Upgrade singledispatch to ==3.6.2
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 python Docker tag to v3.9
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: master
  • Upgrade python to 3.9-alpine
Update dependency Django to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/django-3.x
  • Merge into: master
  • Upgrade Django to ==3.2.4
Update dependency PyJWT to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/pyjwt-2.x
  • Merge into: master
  • Upgrade PyJWT to ==2.1.0
Update dependency Rx to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/rx-3.x
  • Merge into: master
  • Upgrade Rx to ==3.2.0
Update dependency aniso8601 to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/aniso8601-9.x
  • Merge into: master
  • Upgrade aniso8601 to ==9.0.1
Update dependency django-cors-headers to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/django-cors-headers-3.x
  • Merge into: master
  • Upgrade django-cors-headers to ==3.7.0
Update dependency graphql-core to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/graphql-core-3.x
  • Merge into: master
  • Upgrade graphql-core to ==3.1.5
Update dependency graphql-relay to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/graphql-relay-3.x
  • Merge into: master
  • Upgrade graphql-relay to ==3.1.0
Update dependency pytz to v2021
  • Schedule: ["at any time"]
  • Branch name: renovate/pytz-2021.x
  • Merge into: master
  • Upgrade pytz to ==2021.1

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants