Skip to content

Configure Renovate

Renovate-Bot 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

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

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • Update _VERSION variables in Dockerfiles.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Merge Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 6 Merge Requests:

deps: update golang.org/x/exp digest to fe59bbe
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-exp-digest
  • Merge into: master
  • Upgrade golang.org/x/exp to fe59bbe5cc7f158318a9631d96683d2df264a3c1
deps: update module github.com/antonmedv/expr to v1.16.5
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-antonmedv-expr-1.x
  • Merge into: master
  • Upgrade github.com/antonmedv/expr to v1.16.5
deps: update module github.com/stretchr/testify to v1.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-stretchr-testify-1.x
  • Merge into: master
  • Upgrade github.com/stretchr/testify to v1.9.0
deps: update module github.com/xanzy/go-gitlab to v0.103.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-xanzy-go-gitlab-0.x
  • Merge into: master
  • Upgrade github.com/xanzy/go-gitlab to v0.103.0
deps: update module google.golang.org/grpc to v1.63.2
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-grpc-1.x
  • Merge into: master
  • Upgrade google.golang.org/grpc to v1.63.2
deps: update module google.golang.org/protobuf to v1.34.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-protobuf-1.x
  • Merge into: master
  • Upgrade google.golang.org/protobuf to v1.34.0

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


 

Edited by Renovate-Bot

Merge request reports