Skip to content

Configure Renovate

renovate requested to merge renovate/configure into master

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • .gitlab-ci.yml (gitlabci)
  • go.mod (gomod)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • Separate major versions of dependencies into individual branches/MRs
  • Do not separate patch and minor upgrades into separate MRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise MRs immediately (after branch is created)
  • 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 MRs
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit MR creation to a maximum of two per hour
  • Limit to maximum 20 open MRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Do not upgrade sbt latest.integration
  • Ignore spring cloud 1.x releases

🔡 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 Merge 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 17 Merge Requests:

Update github.com/emersion/go-textwrapper commit hash to 65d8968
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-emersion-go-textwrapper-digest
  • Merge into: master
  • Upgrade github.com/emersion/go-textwrapper to 65d896831594eccd3e87d83b845e25d3580e5a39
Update github.com/lunixbochs/struc commit hash to 784aaeb
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-lunixbochs-struc-digest
  • Merge into: master
  • Upgrade github.com/lunixbochs/struc to 784aaebc1d40221be4246c79cacd888a54448aa5
Update golang.org/x/crypto commit hash to eec23a3
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-crypto-digest
  • Merge into: master
  • Upgrade golang.org/x/crypto to eec23a3978adcfd26c29f4153eaa3e3d9b2cc53a
Update golang.org/x/sync commit hash to 09787c9
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-sync-digest
  • Merge into: master
  • Upgrade golang.org/x/sync to 09787c993a3ab68e3d1f5c9b2394ab9433f391be
Update module asn1-ber to v1.5.3
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-asn1-ber.v1-1.x
  • Merge into: master
  • Upgrade gopkg.in/asn1-ber.v1 to v1.5.3
Update module bbrks/wrap to v2.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-bbrks-wrap-2.x
  • Merge into: master
  • Upgrade github.com/bbrks/wrap to v2.5.0
Update module contrib.go.opencensus.io/exporter/zipkin to v0.1.2
Update module go.opencensus.io to v0.22.5
  • Schedule: ["at any time"]
  • Branch name: renovate/go.opencensus.io-0.x
  • Merge into: master
  • Upgrade go.opencensus.io to v0.22.5
Update module google/go-cmp to v0.5.4
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-google-go-cmp-0.x
  • Merge into: master
  • Upgrade github.com/google/go-cmp to v0.5.4
Update module gorilla/handlers to v1.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-gorilla-handlers-1.x
  • Merge into: master
  • Upgrade github.com/gorilla/handlers to v1.5.1
Update module ldap to v3.2.4
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-ldap.v3-3.x
  • Merge into: master
  • Upgrade gopkg.in/ldap.v3 to v3.2.4
Update module openzipkin/zipkin-go to v0.2.5
Update module prometheus/client_golang to v1.9.0
Update module russross/blackfriday/v2 to v2.1.0
Update module theckman/go-flock to v0.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-theckman-go-flock-0.x
  • Merge into: master
  • Upgrade github.com/theckman/go-flock to v0.8.0
Update module cenkalti/backoff to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-cenkalti-backoff-4.x
  • Merge into: master
  • Upgrade github.com/cenkalti/backoff to v4.1.0
Update module coreos/go-systemd to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-coreos-go-systemd-22.x
  • Merge into: master
  • Upgrade github.com/coreos/go-systemd to b51e752dd1c9c618846f8bc5b95ab524bd7b11c2

🚸 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 MR has been generated by Renovate Bot.

Merge request reports