Open renovate[bot] opened 6 years ago
Hi @tmc, I'm the author of Renovate and not an actual bot. Ping me if you have any questions.
This PR seems to be causing ci failure. Please investigate.
@tmc the test failures are unrelated to this PR. It does nothing but add a JSON file.
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:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests directories.🔡 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](https://togithub.com/grpc/grpc-node) 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](https://togithub.com/ruby/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](https://togithub.com/ruby/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.