Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Configure Renovate #675

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 25, 2019

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

  • .circleci/config.yml (circleci)
  • Dockerfile (dockerfile)
  • requirements.txt (pip_requirements)
  • test-requirements.txt (pip_requirements)

Configuration Summary

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

  • Start dependency updates only once this Configure Renovate 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)
  • Use renovate/ as prefix for all branch names
  • 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
  • Update existing lock files only when package.json is modified
  • 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 19 Pull Requests:

chore(deps): pin dependencies
  • Schedule: "at any time"
  • Branch name: renovate/pin-dependencies
  • Pin babel to ==2.3.4
  • Pin colorlog to ==2.10.0
  • Pin gcloud to ==0.18.3
  • Pin github3.py to ==1.3.0
  • Pin google-api-python-client to ==1.7.10
  • Pin kazoo to ==2.6.1
  • Pin mock to ==3.0.5
  • Pin msgpack-python to ==0.4.8
  • Pin networkx to ==1.11
  • Pin oslo.utils to ==3.41.0
  • Pin protobuf to ==3.9.0
  • Pin protobuf3-to-dict to ==0.1.5
  • Pin protoc-java-resource-names-plugin to ==0.0.15
  • Pin pyfakefs to ==2.9
  • Pin pypandoc to ==1.4
  • Pin pytest to ==5.0.1
  • Pin pytest-cov to ==2.7.1
  • Pin pytest-timeout to ==1.3.3
  • Pin requests to ==2.22.0
  • Pin ruamel.yaml to ==0.16.0
  • Pin six to ==1.12.0
  • Pin stringcase to ==1.2.0
  • Pin taskflow to ==1.25.0
  • Pin unittest2 to ==1.1.0
chore(deps): update dependency babel to v2.7.0
  • Schedule: "at any time"
  • Branch name: renovate/babel-2.x
  • Upgrade babel to ==2.7.0
chore(deps): update dependency configparser to v3.7.4
  • Schedule: "at any time"
  • Branch name: renovate/configparser-3.x
  • Upgrade configparser to ==3.7.4
chore(deps): update dependency flake8 to v3.7.8
  • Schedule: "at any time"
  • Branch name: renovate/flake8-3.x
  • Upgrade flake8 to ==3.7.8
chore(deps): update dependency mccabe to v0.6.1
  • Schedule: "at any time"
  • Branch name: renovate/mccabe-0.x
  • Upgrade mccabe to ==0.6.1
chore(deps): update dependency msgpack-python to v0.5.6
  • Schedule: "at any time"
  • Branch name: renovate/msgpack-python-0.x
  • Upgrade msgpack-python to ==0.5.6
chore(deps): update dependency pbr to v2.1.0
  • Schedule: "at any time"
  • Branch name: renovate/pbr-2.x
  • Upgrade pbr to ==2.1.0
chore(deps): update dependency pycodestyle to v2.5.0
  • Schedule: "at any time"
  • Branch name: renovate/pycodestyle-2.x
  • Upgrade pycodestyle to ==2.5.0
chore(deps): update dependency pyflakes to v1.6.0
  • Schedule: "at any time"
  • Branch name: renovate/pyflakes-1.x
  • Upgrade pyflakes to ==1.6.0
chore(deps): update dependency taskflow to v1.32.0
  • Schedule: "at any time"
  • Branch name: renovate/taskflow-1.x
  • Upgrade taskflow to ==1.32.0
chore(deps): update docker docker tag to v17.12.1
  • Schedule: "at any time"
  • Branch name: renovate/docker-docker-17.x
  • Upgrade docker to 17.12.1-ce-git
chore(deps): update python docker tag to v3.7
  • Schedule: "at any time"
  • Branch name: renovate/docker-python-3.x
  • Upgrade python to 3.7
chore(deps): update ubuntu docker tag to v16.10
  • Schedule: "at any time"
  • Branch name: renovate/docker-ubuntu-16.x
  • Upgrade ubuntu to 16.10
chore(deps): update dependency colorlog to v4
  • Schedule: "at any time"
  • Branch name: renovate/colorlog-4.x
  • Upgrade colorlog to ==4.0.2
chore(deps): update dependency networkx to v2
  • Schedule: "at any time"
  • Branch name: renovate/networkx-2.x
  • Upgrade networkx to ==2.3
chore(deps): update dependency pbr to v5
  • Schedule: "at any time"
  • Branch name: renovate/pbr-5.x
  • Upgrade pbr to ==5.4.1
chore(deps): update dependency pyfakefs to v3
  • Schedule: "at any time"
  • Branch name: renovate/pyfakefs-3.x
  • Upgrade pyfakefs to ==3.6
chore(deps): update dependency pyflakes to v2
  • Schedule: "at any time"
  • Branch name: renovate/pyflakes-2.x
  • Upgrade pyflakes to ==2.1.1
chore(deps): update dependency taskflow to v3
  • Schedule: "at any time"
  • Branch name: renovate/taskflow-3.x
  • Upgrade taskflow to ==3.7.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 Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 25, 2019
@alexander-fenster alexander-fenster merged commit 38c8ce3 into googleapis:master Aug 1, 2019
@renovate-bot renovate-bot deleted the renovate/configure branch August 1, 2019 15:29
@noahdietz noahdietz mentioned this pull request Aug 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants