fix: ci: 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) -
.github/workflows/dependabot-auto-merge.yml
(github-actions) -
.github/workflows/php-cs-fixer.yml
(github-actions) -
.github/workflows/phpstan.yml
(github-actions) -
.github/workflows/run-tests.yml
(github-actions) -
.github/workflows/update-changelog.yml
(github-actions) -
.github/workflows/dependabot-auto-merge.yml
(regex) -
.github/workflows/php-cs-fixer.yml
(regex) -
.github/workflows/phpstan.yml
(regex) -
.github/workflows/run-tests.yml
(regex) -
.github/workflows/update-changelog.yml
(regex)
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 andchore
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.
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fix
for dependencies andchore
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.
- Enable Renovate Dependency Dashboard creation.
- Use semantic prefixes for commit messages and MR titles.
- Use
fix
as semantic commit type for commit messages and MR titles.
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 8 Merge Requests:
chore(deps): update dependency nunomaduro/collision to v8
- Schedule: ["at any time"]
- Branch name:
renovate/nunomaduro-collision-8.x
- Merge into:
dependabot/github_actions/actions/checkout-3
- Upgrade nunomaduro/collision to
^8.0
chore(deps): update dependency orchestra/testbench to v10
- Schedule: ["at any time"]
- Branch name:
renovate/orchestra-testbench-10.x
- Merge into:
dependabot/github_actions/actions/checkout-3
- Upgrade orchestra/testbench to
^10.0
chore(deps): update dependency pestphp/pest to v3
- Schedule: ["at any time"]
- Branch name:
renovate/pestphp-pest-3.x
- Merge into:
dependabot/github_actions/actions/checkout-3
- Upgrade pestphp/pest to
^3.0
chore(deps): update dependency pestphp/pest-plugin-laravel to v3
- Schedule: ["at any time"]
- Branch name:
renovate/pestphp-pest-plugin-laravel-3.x
- Merge into:
dependabot/github_actions/actions/checkout-3
- Upgrade pestphp/pest-plugin-laravel to
^3.0
chore(deps): update dependency phpunit/phpunit to v12
- Schedule: ["at any time"]
- Branch name:
renovate/phpunit-phpunit-12.x
- Merge into:
dependabot/github_actions/actions/checkout-3
- Upgrade phpunit/phpunit to
^12.0
chore(deps): update phpstan packages (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-phpstan-packages
- Merge into:
dependabot/github_actions/actions/checkout-3
- Upgrade nunomaduro/larastan to
^3.0.0
- Upgrade phpstan/phpstan-deprecation-rules to
^2.0
- Upgrade phpstan/phpstan-phpunit to
^2.0
fix(deps): update dependency illuminate/contracts to v12
- Schedule: ["at any time"]
- Branch name:
renovate/major-illuminate
- Merge into:
dependabot/github_actions/actions/checkout-3
- Upgrade illuminate/contracts to
^12.0
fix(deps): lock file maintenance
- Schedule: ["before 6am on Monday"]
- Branch name:
renovate/lock-file-maintenance
- Merge into:
dependabot/github_actions/actions/checkout-3
- Regenerate lock files to use latest dependency versions
⚠ ️ WarningPlease correct - or verify that you can safely ignore - these dependency lookup failures before you merge this MR.
Failed to look up github-tags package containerbase/php-prebuild
Failed to look up github-tags package dependabot/fetch-metadata
Failed to look up github-tags package actions/checkout
Failed to look up github-tags package stefanzweifel/git-auto-commit-action
Failed to look up github-tags package shivammathur/setup-php
Failed to look up github-tags package ramsey/composer-install
Failed to look up github-tags package stefanzweifel/changelog-updater-action
Files affected:
composer.json
,.github/workflows/dependabot-auto-merge.yml
,.github/workflows/php-cs-fixer.yml
,.github/workflows/phpstan.yml
,.github/workflows/run-tests.yml
,.github/workflows/update-changelog.yml
This MR has been generated by Renovate Bot.