cChardet icon indicating copy to clipboard operation
cChardet copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 5 years ago • 0 comments

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

  • dockerfiles/develop/Dockerfile (dockerfile)
  • dockerfiles/slim/Dockerfile (dockerfile)
  • .github/workflows/build-darwin.yml (github-actions)
  • .github/workflows/build-linux.yml (github-actions)
  • .github/workflows/build-windows.yml (github-actions)
  • Pipfile (pipenv)

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
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • 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 10 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Fix some problems with very old Maven commons versions
  • Ignore spring cloud 1.x releases
  • Ignore web3j 5.0.0 release
  • 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
  • Do not upgrade from Alpine stable to edge

🔡 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 12 Pull Requests:

Update dependency Cython to v0.29.28
  • Schedule: ["at any time"]
  • Branch name: renovate/cython-0.x
  • Merge into: master
  • Upgrade Cython to ==0.29.28
Update dependency autopep8 to v1.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/autopep8-1.x
  • Merge into: master
  • Upgrade autopep8 to ==1.6.0
Update dependency pylint to v2.13.7
  • Schedule: ["at any time"]
  • Branch name: renovate/pylint-2.x
  • Merge into: master
  • Upgrade pylint to ==2.13.7
Update dependency python to v3.10
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: master
  • Upgrade python to 3.10-slim-buster
  • Upgrade python to 3.10-buster
Update dependency tox to v3.25.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tox-3.x
  • Merge into: master
  • Upgrade tox to ==3.25.0
Update dependency twine to v3.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/twine-3.x
  • Merge into: master
  • Upgrade twine to ==3.8.0
Update dependency wheel to v0.37.1
  • Schedule: ["at any time"]
  • Branch name: renovate/wheel-0.x
  • Merge into: master
  • Upgrade wheel to ==0.37.1
Update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: master
  • Upgrade actions/checkout to v3
Update actions/setup-python action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-3.x
  • Merge into: master
  • Upgrade actions/setup-python to v3
Update actions/upload-artifact action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-upload-artifact-3.x
  • Merge into: master
  • Upgrade actions/upload-artifact to v3
Update dependency chardet to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/chardet-4.x
  • Merge into: master
  • Upgrade chardet to ==4.0.0
Update dependency twine to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/twine-4.x
  • Merge into: master
  • Upgrade twine 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.

renovate[bot] avatar May 21 '20 00:05 renovate[bot]