Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
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.
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
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-eclipse-paho.mqtt.golang-1.x
- Merge into:
master
- Upgrade 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
prhourlylimit
for details.