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) -
Dockerfile
(dockerfile) -
.gitlab-ci.yml
(gitlabci-include) -
src/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 3 Merge Requests:
deps: update module github.com/spf13/cobra to v1.8.1
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-spf13-cobra-1.x
- Merge into:
master
- Upgrade github.com/spf13/cobra to
v1.8.1
deps: update module gitlab.alpinelinux.org/alpine/go to v0.10.1
- Schedule: ["at any time"]
- Branch name:
renovate/gitlab.alpinelinux.org-alpine-go-0.x
- Merge into:
master
- Upgrade gitlab.alpinelinux.org/alpine/go to
v0.10.1
deps: update module gopkg.in/yaml.v2 to v3
- Schedule: ["at any time"]
- Branch name:
renovate/gopkg.in-yaml.v2-3.x
- Merge into:
master
- Upgrade gopkg.in/yaml.v2 to
v3.0.1
prhourlylimit
for details.