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.
- If Renovate detects semantic commits, it will use semantic commit type
fix
for dependencies andchore
for all others. - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
-
apollo-server
packages became scoped. -
babel-eslint
was renamed under the@babel
scope. - Replace containerbase dependencies.
-
cucumber
became scoped. -
fastify
packages became scoped. -
hapi
became scoped. - Jade was renamed to Pug.
-
joi
became scoped under thehapi
organization. -
joi
was moved out of thehapi
organization. - The Kubernetes container registry has changed from
k8s.gcr.io
toregistry.k8s.io
. - The Kubernetes container registry has changed from
k8s.gcr.io
toregistry.k8s.io
. - The
material-ui
monorepo org was renamed from@material-ui
to@mui
. - The
messageformat
monorepo package naming scheme changed frommessageFormat-{{package}}
-to-@messageformat/{{package}}
. -
middie
became scoped. -
now
was renamed tovercel
. -
@parcel/css
was renamed tolightningcss
. -
react-query/devtools
became scoped under thetanstack
organization. -
react-query
became scoped under thetanstack
organization. -
react-scripts
supports TypeScript since version2.1.0
. - The
@renovate/pep440
package was renamed to@renovatebot/pep440
. - The node-resolve plugin for rollup became scoped.
- The
vso-task-lib
package is now published asazure-pipelines-task-lib
. - The
vsts-task-lib
package is now published asazure-pipelines-task-lib
. - The
xmldom
package is now published as@xmldom/xmldom
. - A collection of workarounds for known problems with packages.
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 2 Merge Requests:
fix(deps): update go.mau.fi/whatsmeow digest to c7e156d
- Schedule: ["at any time"]
- Branch name:
renovate/go.mau.fi-whatsmeow-digest
- Merge into:
main
- Upgrade go.mau.fi/whatsmeow to
c7e156dca7881002567eb2fbaa76c120226658d7
fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.31.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x
- Merge into:
main
- Upgrade github.com/aws/aws-sdk-go-v2/service/s3 to
v1.31.0
This MR has been generated by Renovate Bot.