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
- Separate major versions of dependencies into individual branches/MRs
- Do not separate patch and minor upgrades into separate MRs for the same dependency
- Upgrade to unstable versions only if the existing version is unstable
- Raise MRs immediately (after branch is created)
- If semantic commits detected, use semantic commit type
fix
for dependencies andchore
for all others - Keep existing branches updated even when not scheduled
- Disable automerging feature - wait for humans to merge all MRs
- Ignore
node_modules
,bower_components
,vendor
and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges
- Rate limit MR creation to a maximum of two per hour
- Limit to maximum 20 open MRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
- Do not upgrade sbt latest.integration
- Ignore spring cloud 1.x releases
renovate.json
in this branch with your custom config and the list of Merge Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 5 Merge Requests:
Update github.com/piranha/gostatic commit hash to 51f6075
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-piranha-gostatic-digest
- Merge into:
master
- Upgrade github.com/piranha/gostatic to
51f60750f05eeea62406b800ad9fc1c62496ea4b
Update module blevesearch/bleve to v0.9.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-blevesearch-bleve-0.x
- Merge into:
master
- Upgrade github.com/blevesearch/bleve to
v0.9.0
Update module golang.org/x/text to v0.3.5
- Schedule: ["at any time"]
- Branch name:
renovate/golang.org-x-text-0.x
- Merge into:
master
- Upgrade golang.org/x/text to
75a595aef632b07c6eeaaa805adb6f0f66e4130e
Update module blevesearch/bleve to v2
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-blevesearch-bleve-2.x
- Merge into:
master
- Upgrade github.com/blevesearch/bleve to
v2.0.2
Update module russross/blackfriday to v2
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-russross-blackfriday-2.x
- Merge into:
master
- Upgrade github.com/russross/blackfriday to
4c9bf9512682b995722660a4196c0013228e2049
prhourlylimit
for details.
This MR has been generated by Renovate Bot.