Skip to content

Configure Renovate

Renovate Bot 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)
  • Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • helm/values.yaml (helm-values)
  • helm/Chart.yaml (helmv3)
  • 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.

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

Update dependency doctrine/doctrine-bundle to v2.10.1
  • Schedule: ["at any time"]
  • Branch name: renovate/doctrine-doctrine-bundle-2.x-lockfile
  • Merge into: master
  • Upgrade doctrine/doctrine-bundle to 2.10.1
Update dependency phpstan/phpstan to v1.10.22
  • Schedule: ["at any time"]
  • Branch name: renovate/phpstan-packages
  • Merge into: master
  • Upgrade phpstan/phpstan to 1.10.22
Update dependency typescript to v5.1.6
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x-lockfile
  • Merge into: master
  • Upgrade typescript to 5.1.6
Update dependency webpack to v5.88.1
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-5.x-lockfile
  • Merge into: master
  • Upgrade webpack to 5.88.1
Update symfony packages to v6.3.1
Update dependency sass-loader to v13.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-loader-13.x
  • Merge into: master
  • Upgrade sass-loader to 13.3.2
Update dependency ts-loader to v9.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-loader-9.x
  • Merge into: master
  • Upgrade ts-loader to 9.4.4
Update dependency webpack-cli to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-cli-5.x
  • Merge into: master
  • Upgrade webpack-cli to ^5.0.0
Update jonasled.dev/jonasled/nginx-php-minimal Docker tag to v82
  • Schedule: ["at any time"]
  • Branch name: renovate/jonasled.dev-jonasled-nginx-php-minimal-82.x
  • Merge into: master
  • Upgrade jonasled.dev/jonasled/nginx-php-minimal to 82-3.18

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