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) -
.gitlab-ci.yml
(gitlabci) -
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 semantic commits detected, 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 20 open MRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
- Ignore spring cloud 1.x releases
- Ignore http4s digest-based 1.x milestones
- Use node versioning for @types/node
- Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
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 4 Merge Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin @popperjs/core to
2.10.2
- Pin bootstrap to
5.1.2
- Pin corejs-typeahead to
1.3.1
- Pin css-loader to
5.2.7
- Pin extract-loader to
5.1.0
- Pin file-loader to
6.2.0
- Pin glob to
7.2.0
- Pin jquery to
3.6.0
- Pin mini-css-extract-plugin to
1.6.2
- Pin open-iconic to
1.1.1
- Pin purgecss-webpack-plugin to
4.0.3
- Pin raw-loader to
4.0.2
- Pin url-loader to
4.1.1
Update golang Docker tag to v1.17
- Schedule: ["at any time"]
- Branch name:
renovate/golang-1.x
- Merge into:
master
- Upgrade golang to
1.17
Update dependency css-loader to v6
- Schedule: ["at any time"]
- Branch name:
renovate/css-loader-6.x
- Merge into:
master
- Upgrade css-loader to
6.3.0
Update dependency mini-css-extract-plugin to v2
- Schedule: ["at any time"]
- Branch name:
renovate/mini-css-extract-plugin-2.x
- Merge into:
master
- Upgrade mini-css-extract-plugin to
2.4.2
prhourlylimit
for details.
This MR has been generated by Renovate Bot.