pqstream icon indicating copy to clipboard operation
pqstream copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 7 years ago • 3 comments

Mend 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

  • clients/ruby/Gemfile (bundler)
  • .circleci/config.yml (circleci)
  • Dockerfile (dockerfile)
  • clients/node/package.json (npm)
  • clients/python/requirements.dev.txt (pip_requirements)
  • clients/python/requirements.txt (pip_requirements)
  • clients/ruby/.ruby-version (ruby-version)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

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

fix(deps): update dependency grpc to v1.24.4 [security]
  • Branch name: renovate/npm-grpc-vulnerability
  • Merge into: master
  • Upgrade grpc to 1.24.4
chore(deps): update circleci/golang docker tag to v1.17
  • Schedule: ["at any time"]
  • Branch name: renovate/circleci-golang-1.x
  • Merge into: master
  • Upgrade circleci/golang to 1.17
chore(deps): update circleci/ruby docker tag to v2.7
  • Schedule: ["at any time"]
  • Branch name: renovate/circleci-ruby-2.x
  • Merge into: master
  • Upgrade circleci/ruby to 2.7
chore(deps): update dependency ruby to v2.7.8
  • Schedule: ["at any time"]
  • Branch name: renovate/ruby-2.x
  • Merge into: master
  • Upgrade ruby to 2.7.8
chore(deps): update circleci/ruby docker tag to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/circleci-ruby-3.x
  • Merge into: master
  • Upgrade circleci/ruby to 3.0
chore(deps): update dependency ruby to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/ruby-3.x
  • Merge into: master
  • Upgrade ruby to 3.3.3

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm 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 Mend Renovate. View repository job log here.

renovate[bot] avatar Oct 29 '18 08:10 renovate[bot]

Hi @tmc, I'm the author of Renovate and not an actual bot. Ping me if you have any questions.

rarkins avatar Oct 29 '18 08:10 rarkins

This PR seems to be causing ci failure. Please investigate.

tmc avatar Feb 06 '19 09:02 tmc

@tmc the test failures are unrelated to this PR. It does nothing but add a JSON file.

rarkins avatar Feb 06 '19 10:02 rarkins

Codecov Report

Merging #86 into master will increase coverage by 14.28%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #86       +/-   ##
===========================================
+ Coverage   81.86%   96.15%   +14.28%     
===========================================
  Files          11        4        -7     
  Lines         386       52      -334     
  Branches        5        0        -5     
===========================================
- Hits          316       50      -266     
+ Misses         41        2       -39     
+ Partials       29        0       -29

codecov[bot] avatar Oct 18 '19 19:10 codecov[bot]