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

Configure Renovate #12

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

Configure Renovate #12

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 25, 2020

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

  • pyproject.toml (poetry)
  • docs/requirements.txt (pip_requirements)
  • 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.


What to Expect

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

Update dependency cachetools to v4.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/cachetools-4.x
  • Merge into: master
  • Upgrade cachetools to ==4.1.1
Update dependency certifi to v2020.6.20
  • Schedule: ["at any time"]
  • Branch name: renovate/certifi-2020.x
  • Merge into: master
  • Upgrade certifi to ==2020.6.20
Update dependency cipheycore to v0.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/cipheycore-0.x
  • Merge into: master
  • Upgrade cipheycore to ==0.2.3
  • Upgrade cipheycore to 0.2.3
Update dependency cipheydists to v0.3.11
  • Schedule: ["at any time"]
  • Branch name: renovate/cipheydists-0.x
  • Merge into: master
  • Upgrade cipheydists to ==0.3.11
Update dependency google-auth to v1.19.2
  • Schedule: ["at any time"]
  • Branch name: renovate/google-auth-1.x
  • Merge into: master
  • Upgrade google-auth to ==1.19.2
Update dependency grpcio to v1.30.0
  • Schedule: ["at any time"]
  • Branch name: renovate/grpcio-1.x
  • Merge into: master
  • Upgrade grpcio to ==1.30.0
Update dependency idna to v2.10
  • Schedule: ["at any time"]
  • Branch name: renovate/idna-2.x
  • Merge into: master
  • Upgrade idna to ==2.10
Update dependency lazy-object-proxy to v1.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/lazy-object-proxy-1.x
  • Merge into: master
  • Upgrade lazy-object-proxy to ==1.5.1
Update dependency loguru to v0.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/loguru-0.x
  • Merge into: master
  • Upgrade loguru to ==0.5.1
Update dependency numpy to v1.19.1
  • Schedule: ["at any time"]
  • Branch name: renovate/numpy-1.x
  • Merge into: master
  • Upgrade numpy to ==1.19.1
Update dependency opt-einsum to v3.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/opt-einsum-3.x
  • Merge into: master
  • Upgrade opt-einsum to ==3.3.0
Update dependency requests to v2.24.0
  • Schedule: ["at any time"]
  • Branch name: renovate/requests-2.x
  • Merge into: master
  • Upgrade requests to ==2.24.0
Update dependency rsa to v4.6
  • Schedule: ["at any time"]
  • Branch name: renovate/rsa-4.x
  • Merge into: master
  • Upgrade rsa to ==4.6
Update dependency sphinx to v2.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-2.x
  • Merge into: master
  • Upgrade sphinx to ==2.4.4
Update dependency sphinx to v3.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-3.x
  • Merge into: master
  • Upgrade sphinx to ==3.1.2
Update dependency sphinx-autodoc-typehints to v1.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-autodoc-typehints-1.x
  • Merge into: master
  • Upgrade sphinx-autodoc-typehints to ==1.11.0
Update dependency tensorboard to v2.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tensorboard-2.x
  • Merge into: master
  • Upgrade tensorboard to ==2.3.0
Update dependency tensorboard-plugin-wit to v1.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tensorboard-plugin-wit-1.x
  • Merge into: master
  • Upgrade tensorboard-plugin-wit to ==1.7.0
Update dependency tensorflow-estimator to v2.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tensorflow-estimator-2.x
  • Merge into: master
  • Upgrade tensorflow-estimator to ==2.3.0
Update dependency urllib3 to v1.25.10
  • Schedule: ["at any time"]
  • Branch name: renovate/urllib3-1.x
  • Merge into: master
  • Upgrade urllib3 to ==1.25.10
Update dependency isort to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/isort-5.x
  • Merge into: master
  • Upgrade isort to ==5.1.4
Update dependency rich to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/rich-4.x
  • Merge into: master
  • Upgrade rich to ==4.0.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.

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.

None yet

1 participant