Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W website
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • aiai
  • website
  • Merge requests
  • !19

Configure Renovate

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged renovate requested to merge renovate/configure into master Oct 07, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


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 and chore 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

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the 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

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This MR has been generated by Renovate Bot.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/configure