Skip to content

Configure Renovate

Ashley Caselli 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)
  • 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 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.
  • Rebase existing MRs any time the base branch has been updated.
  • Use semantic prefixes for commit messages and MR titles.

🔡 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 8 Merge Requests:

chore(deps): update dependency nodemon to v3.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/nodemon-3.0.x-lockfile
  • Merge into: master
  • Upgrade nodemon to 3.0.3
chore(deps): update dependency nodemon to v3.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/nodemon-3.x-lockfile
  • Merge into: master
  • Upgrade nodemon to 3.1.0
fix(deps): update dependency express to ~4.19.0
  • Schedule: ["at any time"]
  • Branch name: renovate/express-4.x
  • Merge into: master
  • Upgrade express to ~4.19.0
fix(deps): update dependency morgan to ~1.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/morgan-1.x
  • Merge into: master
  • Upgrade morgan to ~1.10.0
chore(deps): update node.js to v21
  • Schedule: ["at any time"]
  • Branch name: renovate/node-21.x
  • Merge into: master
  • Upgrade node to 21
chore(deps): update node.js to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/node-22.x
  • Merge into: master
  • Upgrade node to 22
fix(deps): update dependency debug to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/debug-3.x
  • Merge into: master
  • Upgrade debug to ~3.2.0
fix(deps): update dependency debug to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/debug-4.x
  • Merge into: master
  • Upgrade debug to ~4.3.0

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.

Edited by Ashley Caselli

Merge request reports