Skip to content

Configure Renovate, add PHP 8.1 support #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 1, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2022

Mend Renovate

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)
  • example/a-project/composer.json (composer)
  • example/my-awesome-library/composer.json (composer)
  • .github/workflows/coding-standards.yml (github-actions)
  • .github/workflows/mutation-tests.yml (github-actions)
  • .github/workflows/phpunit.yml (github-actions)
  • .github/workflows/psalm.yml (github-actions)
  • .github/workflows/release-on-milestone-closed.yml (github-actions)
  • .github/workflows/run-example.yml (github-actions)

Configuration

🔡 Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.

Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.

What to Expect

With your current configuration, Renovate will create 8 Pull Requests:

Update dependency composer/composer to ^2.2.12 [SECURITY]
  • Branch name: renovate/packagist-composer/composer-vulnerability
  • Merge into: 1.11.x
  • Upgrade composer/composer to ^2.2.12
Update all non-major dependencies
Update dependency php to ~8.1.12
  • Schedule: ["at any time"]
  • Branch name: renovate/php
  • Merge into: 1.11.x
  • Upgrade php to ~8.1.12
Update actions/cache action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-3.x
  • Merge into: 1.11.x
  • Upgrade actions/cache to v3
Update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: 1.11.x
  • Upgrade actions/checkout to v3
Update dependency doctrine/coding-standard to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/doctrine-coding-standard-10.x
  • Merge into: 1.11.x
  • Upgrade doctrine/coding-standard to ^10.0.0
Update dependency symfony/process to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/symfony-process-6.x
  • Merge into: 1.11.x
  • Upgrade symfony/process to ^6.1.3
Lock file maintenance
  • Schedule: ["before 2am"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: 1.11.x
  • Regenerate lock files to use latest dependency versions

⚠ Dependency Lookup Warnings ⚠

Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.

  • Failed to look up packagist dependency my/awesome-library

Files affected: example/a-project/composer.json


❓ 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.


Read more about the use of Renovate Bot within ocramius/* projects.

@Ocramius Ocramius added this to the 1.11.0 milestone Oct 31, 2022
@Ocramius Ocramius self-assigned this Oct 31, 2022
@Ocramius Ocramius added enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 31, 2022
Note: tests fail locally (when running with PHP 8.1)
Psalm error messages improved quite a bit, so we had
to adjust the test expectations accordingly.
We got the test suite working, but most escaped
mutants could be fixed with `roave/infection-static-analysis-plugin`

Still, we don't want to install that here, since
it would make the dependency to `vimeo/psalm` much
more complex to manage.

Lowering the threshold is an acceptable trade-off, for now.
While we could investigate while coverage dropped,
we will keep things as-is right now, and instead move
forward.

Coverage should raise again as we refactor code in future, smaller upgrades.
@Ocramius Ocramius changed the title Configure Renovate Configure Renovate, add PHP 8.1 support Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant