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

  • docker-compose.yml (docker-compose)
  • backend/Dockerfile (dockerfile)
  • backend/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 4 Merge Requests:

deps: update module github.com/eclipse/paho.mqtt.golang to v1.4.3
deps: update module github.com/gorilla/websocket to v1.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-gorilla-websocket-1.x
  • Merge into: master
  • Upgrade github.com/gorilla/websocket to v1.5.1
deps: update module github.com/rs/zerolog to v1.32.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-rs-zerolog-1.x
  • Merge into: master
  • Upgrade github.com/rs/zerolog to v1.32.0
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

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


 

Merge request reports