Closed titouanmathis closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.61%. Comparing base (
017006a
) to head (59569aa
). Report is 2 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
composer.json
(composer).github/workflows/release.yml
(github-actions).github/workflows/tests.yml
(github-actions)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests directories.major
updates.patch
upgrades if they pass tests.patch
andminor
upgrades into separate PRs for the same dependency.devDependencies
and retain SemVer ranges for others.peerDependencies
SemVer ranges when updating, instead of replacing.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
.github/renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 8 Pull Requests:
Update actions/cache action to v4
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/actions-cache-4.x` - Merge into: `develop` - Upgrade [actions/cache](https://togithub.com/actions/cache) to `v4`Update actions/checkout action to v4
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `develop` - Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v4`Update dependency pestphp/pest to v2
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/pestphp-pest-2.x` - Merge into: `develop` - Upgrade [pestphp/pest](https://togithub.com/pestphp/pest) to `^2.0`Update dependency phpstan/phpstan to v1
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/major-phpstan-packages` - Merge into: `develop` - Upgrade [phpstan/phpstan](https://togithub.com/phpstan/phpstan) to `^1.0.0`Update dependency spatie/pest-plugin-snapshots to v2
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/spatie-pest-plugin-snapshots-2.x` - Merge into: `develop` - Upgrade [spatie/pest-plugin-snapshots](https://togithub.com/spatie/pest-plugin-snapshots) to `^2.0`Update dependency spatie/url to v2
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/spatie-url-2.x` - Merge into: `develop` - Upgrade [spatie/url](https://togithub.com/spatie/url) to `^2.0`Update php-actions/composer action to v6
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/php-actions-composer-6.x` - Merge into: `develop` - Upgrade [php-actions/composer](https://togithub.com/php-actions/composer) to `v6`Lock file maintenance
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/lock-file-maintenance` - Merge into: `develop` - Regenerate lock files to use latest dependency versions🚸 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 PR has been generated by Renovate Bot.