Skip to content
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

Configure Renovate #566

Open
wants to merge 1 commit into
base: 1.5.x
Choose a base branch
from
Open

Configure Renovate #566

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 5, 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)
  • .github/workflows/composer-json-lint.yml (docker-compose)
  • .github/workflows/coding-standards.yml (github-actions)
  • .github/workflows/composer-json-lint.yml (github-actions)
  • .github/workflows/merge-bot.yml (github-actions)
  • .github/workflows/mutation-tests.yml (github-actions)
  • .github/workflows/phpunit.yml (github-actions)
  • .github/workflows/release-on-milestone-closed.yml (github-actions)
  • .github/workflows/static-analysis.yml (github-actions)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Automerge patch and minor upgrades if they pass tests.
  • If automerging, push the new commit directly to the base branch (no PR).
  • Rebase existing PRs any time the base branch has been updated.
  • Disable semantic prefixes for commit messages and PR titles.
  • Separate major versions of dependencies into individual branches/PRs.
  • Do not separate patch and minor upgrades into separate PRs for the same dependency.
  • Raise PR when vulnerability alerts are detected.
  • Evaluate schedules according to timezone UTC.
  • Apply label renovate to PRs.
  • Group all minor and patch updates together.
  • Group all test packages together.
  • Group PHPStan packages together.
  • Group PHP Symfony packages together.
  • Default configuration for repositories under lcobucci/. Taken from https://github.com/Ocramius/.github/blob/c77629415fd5a57ef23d9372075f406e7bf98403/renovate-config.json

🔡 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 Pull 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 6 Pull Requests:

Update dependency laminas/laminas-diactoros to ^2.19.1 [SECURITY]
  • Branch name: renovate/packagist-laminas/laminas-diactoros-vulnerability
  • Merge into: 1.5.x
  • Upgrade laminas/laminas-diactoros to ^2.19.1
Update PHPStan packages
Update all non-major dependencies
Update dependency lcobucci/coding-standard to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/lcobucci-coding-standard-11.x
  • Merge into: 1.5.x
  • Upgrade lcobucci/coding-standard to ^11.0
Update dependency phpunit/phpunit to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/phpunit-phpunit-10.x
  • Merge into: 1.5.x
  • Upgrade phpunit/phpunit to ^10.0
Update dependency psr/http-message to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/psr-http-message-2.x
  • Merge into: 1.5.x
  • Upgrade psr/http-message to ^2.0

🚸 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants