WeRoBot icon indicating copy to clipboard operation
WeRoBot copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 2 years ago • 1 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

  • .github/workflows/test.yml (github-actions)
  • dev-requirements.txt (pip_requirements)
  • docs-requirements.txt (pip_requirements)
  • requirements.txt (pip_requirements)
  • tox-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
  • 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 15 Pull Requests:

chore(deps): update dependency coverage to v5.5
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-5.x
  • Merge into: master
  • Upgrade coverage to ==5.5
chore(deps): update dependency multipart to v0.2.4
  • Schedule: ["at any time"]
  • Branch name: renovate/multipart-0.x
  • Merge into: master
  • Upgrade multipart to ==0.2.4
chore(deps): update dependency pytest to v7.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-7.x
  • Merge into: master
  • Upgrade pytest to ==7.1.2
chore(deps): update dependency pytest-mock to v3.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-mock-3.x
  • Merge into: master
  • Upgrade pytest-mock to ==3.7.0
chore(deps): update dependency responses to v0.20.0
  • Schedule: ["at any time"]
  • Branch name: renovate/responses-0.x
  • Merge into: master
  • Upgrade responses to ==0.20.0
chore(deps): update dependency sphinx to v4.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-4.x
  • Merge into: master
  • Upgrade Sphinx to ==4.5.0
chore(deps): 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
chore(deps): update dependency yapf to v0.32.0
  • Schedule: ["at any time"]
  • Branch name: renovate/yapf-0.x
  • Merge into: master
  • Upgrade yapf to ==0.32.0
chore(deps): update actions/cache action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-3.x
  • Merge into: master
  • Upgrade actions/cache to v3
chore(deps): 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
chore(deps): 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
chore(deps): 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
chore(deps): update dependency coverage to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-6.x
  • Merge into: master
  • Upgrade coverage to ==6.3.2
chore(deps): update dependency cryptography to v37
  • Schedule: ["at any time"]
  • Branch name: renovate/cryptography-37.x
  • Merge into: master
  • Upgrade cryptography to ==37.0.0
chore(deps): update dependency webtest to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/webtest-3.x
  • Merge into: master
  • Upgrade WebTest to ==3.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 Apr 24 '22 17:04 renovate[bot]

Codecov Report

Merging #730 (5bd5de0) into master (7b3d62d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #730   +/-   ##
=======================================
  Coverage   89.58%   89.58%           
=======================================
  Files          30       30           
  Lines        1430     1430           
=======================================
  Hits         1281     1281           
  Misses        149      149           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7b3d62d...5bd5de0. Read the comment docs.

codecov[bot] avatar Apr 24 '22 17:04 codecov[bot]