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
-
.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
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fix
for dependencies andchore
for all others if semantic commits are in use. - Ignore
node_modules
,bower_components
,vendor
and various test/tests (except for nuget) directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
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 9 Merge Requests:
chore(deps): update squidfunk/mkdocs-material docker tag to v7.3.6
- Schedule: ["at any time"]
- Branch name:
renovate/squidfunk-mkdocs-material-7.x
- Merge into:
develop
- Upgrade squidfunk/mkdocs-material to
7.3.6
fix(deps): update module github.com/bitfield/script to v0.23.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-bitfield-script-0.x
- Merge into:
develop
- Upgrade github.com/bitfield/script to
v0.23.0
fix(deps): update module github.com/masterminds/semver/v3 to v3.3.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-masterminds-semver-v3-3.x
- Merge into:
develop
- Upgrade github.com/Masterminds/semver/v3 to
v3.3.0
fix(deps): update module github.com/pkg/errors to v0.9.1
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-pkg-errors-0.x
- Merge into:
develop
- Upgrade github.com/pkg/errors to
v0.9.1
fix(deps): update module github.com/sirupsen/logrus to v1.9.3
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-sirupsen-logrus-1.x
- Merge into:
develop
- Upgrade github.com/sirupsen/logrus to
v1.9.3
fix(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:
develop
- Upgrade github.com/spf13/cobra to
v1.8.1
fix(deps): update module github.com/spf13/viper to v1.19.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-spf13-viper-1.x
- Merge into:
develop
- Upgrade github.com/spf13/viper to
v1.19.0
fix(deps): update module gitlab.in2p3.fr/rferrand/go-system-utils to v1.4.0
- Schedule: ["at any time"]
- Branch name:
renovate/gitlab.in2p3.fr-rferrand-go-system-utils-1.x
- Merge into:
develop
- Upgrade gitlab.in2p3.fr/rferrand/go-system-utils to
v1.4.0
chore(deps): update squidfunk/mkdocs-material docker tag to v9
- Schedule: ["at any time"]
- Branch name:
renovate/squidfunk-mkdocs-material-9.x
- Merge into:
develop
- Upgrade squidfunk/mkdocs-material to
9.5.40
prhourlylimit
for details.
This MR has been generated by Renovate Bot.