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
-
Dockerfile
(dockerfile) -
go.mod
(gomod) -
package.json
(npm)
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. - Autodetect whether to pin dependencies or maintain ranges.
- Rate limit MR creation to a maximum of two per hour.
- Limit to maximum 10 open MRs at any time.
- Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- 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 13 Merge Requests:
Update dependency glob to v7.2.3
- Schedule: ["at any time"]
- Branch name:
renovate/glob-7.x
- Merge into:
master
- Upgrade glob to
7.2.3
Update module github.com/mattn/go-sqlite3 to v1.14.16
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-mattn-go-sqlite3-1.x
- Merge into:
master
- Upgrade github.com/mattn/go-sqlite3 to
v1.14.16
Update dependency css-loader to v6.7.3
- Schedule: ["at any time"]
- Branch name:
renovate/css-loader-6.x
- Merge into:
master
- Upgrade css-loader to
6.7.3
Update dependency mini-css-extract-plugin to v2.7.2
- Schedule: ["at any time"]
- Branch name:
renovate/mini-css-extract-plugin-2.x
- Merge into:
master
- Upgrade mini-css-extract-plugin to
2.7.2
Update dependency webpack-subresource-integrity to v5.1.0
- Schedule: ["at any time"]
- Branch name:
renovate/webpack-subresource-integrity-5.x
- Merge into:
master
- Upgrade webpack-subresource-integrity to
5.1.0
Update golang Docker tag to v1.20.1
- Schedule: ["at any time"]
- Branch name:
renovate/golang-1.x
- Merge into:
master
- Upgrade golang to
1.20.1
Update module github.com/coreos/go-systemd/v22 to v22.5.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-coreos-go-systemd-v22-22.x
- Merge into:
master
- Upgrade github.com/coreos/go-systemd/v22 to
v22.5.0
Update module github.com/lpar/gzipped/v2 to v2.1.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-lpar-gzipped-v2-2.x
- Merge into:
master
- Upgrade github.com/lpar/gzipped/v2 to
v2.1.0
Update module go to 1.20
- Schedule: ["at any time"]
- Branch name:
renovate/go-1.x
- Merge into:
master
- Upgrade go to
1.20
Update module golang.org/x/text to v0.7.0
- Schedule: ["at any time"]
- Branch name:
renovate/golang.org-x-text-0.x
- Merge into:
master
- Upgrade golang.org/x/text to
v0.7.0
Update dependency glob to v8
- Schedule: ["at any time"]
- Branch name:
renovate/glob-8.x
- Merge into:
master
- Upgrade glob to
8.1.0
Update dependency purgecss-webpack-plugin to v5
- Schedule: ["at any time"]
- Branch name:
renovate/purgecss-webpack-plugin-5.x
- Merge into:
master
- Upgrade purgecss-webpack-plugin to
5.0.0
Update module github.com/mattn/go-sqlite3 to v2
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-mattn-go-sqlite3-2.x
- Merge into:
master
- Upgrade github.com/mattn/go-sqlite3 to
v2.0.6
prhourlylimit
for details.
This MR has been generated by Renovate Bot.