Skip to content

chore: Configure Renovate

Raphael Parree requested to merge renovate/configure into master

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.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Merge Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 16 Merge Requests:

fix(deps): replace dependency faker with @faker-js/faker ^5.5.3
  • Schedule: ["at any time"]
  • Branch name: renovate/faker-replacement
  • Merge into: master
  • Upgrade faker to ^5.5.3
chore(deps): update dependency nodemon to v2.0.22
  • Schedule: ["at any time"]
  • Branch name: renovate/nodemon-2.x-lockfile
  • Merge into: master
  • Upgrade nodemon to 2.0.22
fix(deps): update dependency cookie-parser to v1.4.7
  • Schedule: ["at any time"]
  • Branch name: renovate/cookie-parser-1.x-lockfile
  • Merge into: master
  • Upgrade cookie-parser to 1.4.7
fix(deps): update dependency debug to v4.3.7
  • Schedule: ["at any time"]
  • Branch name: renovate/debug-4.x-lockfile
  • Merge into: master
  • Upgrade debug to 4.3.7
fix(deps): update dependency monet to v0.9.3
  • Schedule: ["at any time"]
  • Branch name: renovate/monet-0.x-lockfile
  • Merge into: master
  • Upgrade monet to 0.9.3
fix(deps): update dependency underscore to v1.13.7
  • Schedule: ["at any time"]
  • Branch name: renovate/underscore-1.x-lockfile
  • Merge into: master
  • Upgrade underscore to 1.13.7
fix(deps): update dependency express to v4.21.1
  • Schedule: ["at any time"]
  • Branch name: renovate/express-4.x-lockfile
  • Merge into: master
  • Upgrade express to 4.21.1
fix(deps): update dependency express-fileupload to v1.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/express-fileupload-1.x-lockfile
  • Merge into: master
  • Upgrade express-fileupload to 1.5.1
fix(deps): update dependency joi to v17.13.3
  • Schedule: ["at any time"]
  • Branch name: renovate/hapijs-monorepo
  • Merge into: master
  • Upgrade joi to 17.13.3
fix(deps): update dependency swagger-ui-express to v4.6.3
  • Schedule: ["at any time"]
  • Branch name: renovate/swagger-ui-express-4.x-lockfile
  • Merge into: master
  • Upgrade swagger-ui-express to 4.6.3
chore(deps): update dependency nodemon to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/nodemon-3.x
  • Merge into: master
  • Upgrade nodemon to ^3.0.0
chore(deps): update node.js to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: master
  • Upgrade node to 20
fix(deps): update dependency faker to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/faker-6.x
  • Merge into: master
  • Upgrade faker to ^6.0.0
fix(deps): update dependency jsonwebtoken to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/jsonwebtoken-9.x
  • Merge into: master
  • Upgrade jsonwebtoken to ^9.0.0
fix(deps): update dependency swagger-ui-express to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/swagger-ui-express-5.x
  • Merge into: master
  • Upgrade swagger-ui-express to ^5.0.0
fix(deps): update dependency uuid to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/uuid-11.x
  • Merge into: master
  • Upgrade uuid to ^11.0.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm 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.

Merge request reports

Loading