Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #245

Merged
merged 1 commit into from
May 31, 2019
Merged

Conversation

renovate-bot
Copy link
Contributor

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

  • appengine/pom.xml (maven)
  • credentials/pom.xml (maven)
  • oauth2_http/pom.xml (maven)
  • pom.xml (maven)

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 11 Pull Requests:

Update dependency com.google.appengine:appengine to v1.9.74
  • Schedule: "at any time"
  • Branch name: renovate/com.google.appengine-appengine-1.x
  • Upgrade com.google.appengine:appengine to 1.9.74
Update dependency com.google.appengine:appengine-api-1.0-sdk to v1.9.74
  • Schedule: "at any time"
  • Branch name: renovate/com.google.appengine-appengine-api-1.0-sdk-1.x
  • Upgrade com.google.appengine:appengine-api-1.0-sdk to 1.9.74
Update dependency com.google.guava:guava to v27.1-jre
  • Schedule: "at any time"
  • Branch name: renovate/com.google.guava-guava-27.x
  • Upgrade com.google.guava:guava to 27.1-jre
Update dependency com.google.http-client:google-http-client to v1.29.1
  • Schedule: "at any time"
  • Branch name: renovate/com.google.http-client-google-http-client-1.x
  • Upgrade com.google.http-client:google-http-client to 1.29.1
Update dependency com.google.http-client:google-http-client-jackson2 to v1.29.1
  • Schedule: "at any time"
  • Branch name: renovate/com.google.http-client-google-http-client-jackson2-1.x
  • Upgrade com.google.http-client:google-http-client-jackson2 to 1.29.1
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.1.0
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven.plugins-maven-checkstyle-plugin-3.x
  • Upgrade org.apache.maven.plugins:maven-checkstyle-plugin to 3.1.0
Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.1.2
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven.plugins-maven-jar-plugin-3.x
  • Upgrade org.apache.maven.plugins:maven-jar-plugin to 3.1.2
Update dependency org.apache.maven.plugins:maven-source-plugin to v2.4
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven.plugins-maven-source-plugin-2.x
  • Upgrade org.apache.maven.plugins:maven-source-plugin to 2.4
Update dependency org.apache.maven.plugins:maven-source-plugin to v3.1.0
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven.plugins-maven-source-plugin-3.x
  • Upgrade org.apache.maven.plugins:maven-source-plugin to 3.1.0
Update dependency org.jacoco:jacoco-maven-plugin to v0.8.4
  • Schedule: "at any time"
  • Branch name: renovate/org.jacoco-jacoco-maven-plugin-0.x
  • Upgrade org.jacoco:jacoco-maven-plugin to 0.8.4
Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8
  • Schedule: "at any time"
  • Branch name: renovate/org.sonatype.plugins-nexus-staging-maven-plugin-1.x
  • Upgrade org.sonatype.plugins:nexus-staging-maven-plugin to 1.6.8

🚸 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.

@renovate-bot renovate-bot requested a review from a team as a code owner May 31, 2019 09:17
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 31, 2019
@sduskis sduskis added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2019
@kokoro-team kokoro-team removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels May 31, 2019
@codecov
Copy link

codecov bot commented May 31, 2019

Codecov Report

Merging #245 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #245   +/-   ##
=========================================
  Coverage     78.23%   78.23%           
  Complexity      330      330           
=========================================
  Files            21       21           
  Lines          1447     1447           
  Branches        158      158           
=========================================
  Hits           1132     1132           
  Misses          237      237           
  Partials         78       78

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 7c28e94...155728b. Read the comment docs.

@sduskis sduskis merged commit bc047c1 into googleapis:master May 31, 2019
@renovate-bot renovate-bot deleted the renovate/configure branch May 31, 2019 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants