Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Configure Renovate #567

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 20, 2019

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)

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

🔡 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.


You have configured Renovate to use branch master as base branch.

What to Expect

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

Pin dependency Django to ==3.0.6
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: master
  • Pin Django to ==3.0.6
Update dependency Jinja2 to v2.11.2
  • Schedule: ["at any time"]
  • Branch name: renovate/jinja2-2.x
  • Merge into: master
  • Upgrade Jinja2 to ==2.11.2
Update dependency Pygments to v1.6
  • Schedule: ["at any time"]
  • Branch name: renovate/pygments-1.x
  • Merge into: master
  • Upgrade Pygments to ==1.6
Update dependency Sphinx to v1.8.5
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-1.x
  • Merge into: master
  • Upgrade Sphinx to ==1.8.5
Update dependency coverage to v4.5.4
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-4.x
  • Merge into: master
  • Upgrade coverage to ==4.5.4
Update dependency cssselect to v0.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/cssselect-0.x
  • Merge into: master
  • Upgrade cssselect to ==0.9.2
Update dependency docutils to v0.16
  • Schedule: ["at any time"]
  • Branch name: renovate/docutils-0.x
  • Merge into: master
  • Upgrade docutils to ==0.16
Update dependency fuzzywuzzy to v0.18.0
  • Schedule: ["at any time"]
  • Branch name: renovate/fuzzywuzzy-0.x
  • Merge into: master
  • Upgrade fuzzywuzzy to ==0.18.0
Update dependency lxml to v3.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/lxml-3.x
  • Merge into: master
  • Upgrade lxml to ==3.8.0
Update dependency python-subunit to v1.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/python-subunit-1.x
  • Merge into: master
  • Upgrade python-subunit to ==1.4.0
Update dependency steadymark to v0.8.3
  • Schedule: ["at any time"]
  • Branch name: renovate/steadymark-0.x
  • Merge into: master
  • Upgrade steadymark to ==0.8.3
Update dependency sure to v1.4.11
  • Schedule: ["at any time"]
  • Branch name: renovate/sure-1.x
  • Merge into: master
  • Upgrade sure to ==1.4.11
Update dependency testtools to v1.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/testtools-1.x
  • Merge into: master
  • Upgrade testtools to ==1.9.0
Update dependency tornado to v4.5.3
  • Schedule: ["at any time"]
  • Branch name: renovate/tornado-4.x
  • Merge into: master
  • Upgrade tornado to ==4.5.3
Update dependency tox to v2.9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tox-2.x
  • Merge into: master
  • Upgrade tox to ==2.9.1
Update dependency Pygments to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/pygments-2.x
  • Merge into: master
  • Upgrade Pygments to ==2.6.1
Update dependency Sphinx to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-3.x
  • Merge into: master
  • Upgrade Sphinx to ==3.0.3
Update dependency coverage to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-5.x
  • Merge into: master
  • Upgrade coverage to ==5.1
Update dependency cssselect to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/cssselect-1.x
  • Merge into: master
  • Upgrade cssselect to ==1.1.0
Update dependency lxml to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/lxml-4.x
  • Merge into: master
  • Upgrade lxml to ==4.5.0
Update dependency mock to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/mock-4.x
  • Merge into: master
  • Upgrade mock to ==4.0.2
Update dependency testtools to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/testtools-2.x
  • Merge into: master
  • Upgrade testtools to ==2.4.0
Update dependency tornado to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/tornado-6.x
  • Merge into: master
  • Upgrade tornado to ==6.0.4
Update dependency tox to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/tox-3.x
  • Merge into: master
  • Upgrade tox to ==3.15.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 PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/configure branch from aa26def to b836b8c Compare January 20, 2020 17:54
@renovate renovate bot force-pushed the renovate/configure branch from b836b8c to 7a48f1e Compare February 29, 2020 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant