Skip to content

Configure Renovate

Michael Iseard 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

  • composer.json (composer)
  • .gitlab-ci.yml (gitlabci)
  • package.json (npm)
  • .nvmrc (nvm)

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.
  • Preserve (but continue to upgrade) any existing SemVer ranges.
  • Enable Renovate Dependency Dashboard creation.
  • Rebase existing MRs any time the base branch has been updated.
  • Raise MR when vulnerability alerts are detected with label 'security'.
  • Use curated list of recommended non-monorepo package groupings.

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

chore(deps): update dependency phpunit/phpunit to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/phpunit-phpunit-10.x
  • Merge into: master
  • Upgrade phpunit/phpunit to 10.*
fix(deps): update dependency monolog/monolog to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/monolog-monolog-3.x
  • Merge into: master
  • Upgrade monolog/monolog to ^3.0
fix(deps): update dependency php to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/php-8.x
  • Merge into: master
  • Upgrade php to ^8.0
fix(deps): update dependency php-di/php-di to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/php-di-php-di-7.x
  • Merge into: master
  • Upgrade php-di/php-di to ^7.0
fix(deps): update dependency psr/log to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/psr-log-3.x
  • Merge into: master
  • Upgrade psr/log to 3.0.*
fix(deps): update dependency symfony/config to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/major-symfony
  • Merge into: master
  • Upgrade symfony/config to ^6.0
fix(deps): update font awesome to v6 (major)

🚸 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