Configure Renovate
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
-
go.mod(gomod) -
.circleci/config.yml(circleci)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding 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)
- If semantic commits detected, use semantic commit type
fixfor dependencies andchorefor 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,vendorand 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 20 open PRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
:abcd: 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 7 Pull Requests:
Update golang.org/x/oauth2 commit hash to bf48bf1
- Schedule: ["at any time"]
- Branch name:
renovate/golang.org-x-oauth2-digest - Merge into:
master - Upgrade golang.org/x/oauth2 to
bf48bf16ab8d622ce64ec6ce98d2c98f916b6303
Update circleci/golang Docker tag to v1.14.4
- Schedule: ["at any time"]
- Branch name:
renovate/docker-circleci-golang-1.x - Merge into:
master - Upgrade circleci/golang to
1.14.4
Update module google.golang.org/api to v0.29.0
- Schedule: ["at any time"]
- Branch name:
renovate/google.golang.org-api-0.x - Merge into:
master - Upgrade google.golang.org/api to
cb1f45ca288bfafb52ab824361c939d908e525ad
Update module int128/oauth2cli to v1.12.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-int128-oauth2cli-1.x - Merge into:
master - Upgrade github.com/int128/oauth2cli to
v1.12.0
Update module mitchellh/go-homedir to v1.1.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-mitchellh-go-homedir-1.x - Merge into:
master - Upgrade github.com/mitchellh/go-homedir to
v1.1.0
Update module yaml to v2.3.0
- Schedule: ["at any time"]
- Branch name:
renovate/gopkg.in-yaml.v2-2.x - Merge into:
master - Upgrade gopkg.in/yaml.v2 to
v2.3.0
Update module lestrrat-go/backoff to v1
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-lestrrat-go-backoff-1.x - Merge into:
master - Upgrade github.com/lestrrat-go/backoff to
c03b98d8c956990fd94b39615fd6b7f8a7580dd8
:children_crossing: 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.
:question: 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.
Codecov Report
Merging #48 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #48 +/- ##
=======================================
Coverage 31.21% 31.21%
=======================================
Files 8 8
Lines 346 346
=======================================
Hits 108 108
Misses 232 232
Partials 6 6
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update be30e72...3109f3d. Read the comment docs.