Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
Detected Package Files
-
composer.json(composer) -
Dockerfile(dockerfile)
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
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand 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.
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:
fix(deps): update dependency sensio/framework-extra-bundle to v5.6.1
- Schedule: ["at any time"]
- Branch name:
renovate/sensio-framework-extra-bundle-5.x-lockfile - Merge into:
master - Upgrade sensio/framework-extra-bundle to
5.6.1
fix(deps): update symfony packages
- Schedule: ["at any time"]
- Branch name:
renovate/symfony - Merge into:
master - Upgrade symfony/asset to
4.4.* - Upgrade symfony/console to
4.4.* - Upgrade symfony/debug-pack to
1.0.10 - Upgrade symfony/dotenv to
4.4.* - Upgrade symfony/expression-language to
4.4.* - Upgrade symfony/flex to
1.19.5 - Upgrade symfony/form to
4.4.* - Upgrade symfony/framework-bundle to
4.4.* - Upgrade symfony/maker-bundle to
1.48.0 - Upgrade symfony/monolog-bundle to
3.8.0 - Upgrade symfony/orm-pack to
1.2.0 - Upgrade symfony/process to
4.4.* - Upgrade symfony/profiler-pack to
1.0.6 - Upgrade symfony/security-bundle to
4.4.* - Upgrade symfony/serializer-pack to
1.2.0 - Upgrade symfony/swiftmailer-bundle to
3.5.4 - Upgrade symfony/test-pack to
1.1.0 - Upgrade symfony/translation to
4.4.* - Upgrade symfony/twig-bundle to
4.4.* - Upgrade symfony/validator to
4.4.* - Upgrade symfony/web-link to
4.4.* - Upgrade symfony/web-server-bundle to
4.4.* - Upgrade symfony/yaml to
4.4.*
fix(deps): update dependency sensio/framework-extra-bundle to v6
- Schedule: ["at any time"]
- Branch name:
renovate/sensio-framework-extra-bundle-6.x - Merge into:
master - Upgrade sensio/framework-extra-bundle to
^6.0
fix(deps): update symfony packages (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-symfony - Merge into:
master - Upgrade symfony/asset to
6.2.* - Upgrade symfony/console to
6.2.* - Upgrade symfony/dotenv to
6.2.* - Upgrade symfony/expression-language to
6.2.* - Upgrade symfony/flex to
^2.0 - Upgrade symfony/form to
6.2.* - Upgrade symfony/framework-bundle to
6.2.* - Upgrade symfony/orm-pack to
^2.0 - Upgrade symfony/process to
6.2.* - Upgrade symfony/security-bundle to
6.2.* - Upgrade symfony/translation to
6.2.* - Upgrade symfony/twig-bundle to
6.2.* - Upgrade symfony/validator to
6.2.* - Upgrade symfony/web-link to
6.2.* - Upgrade symfony/yaml to
6.2.*
prhourlylimit for details.
This MR has been generated by Renovate Bot.