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 #10

Open
wants to merge 29 commits into
base: cakephp-3.x
Choose a base branch
from
Open

Configure Renovate #10

wants to merge 29 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 16, 2022

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)

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.
  • Use semantic commit type fix for dependencies and chore 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.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to 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 7 Pull Requests:

Update dependency cakephp/cakephp to v4.5.7
  • Schedule: ["at any time"]
  • Branch name: renovate/cakephp-cakephp-4.x-lockfile
  • Merge into: cakephp-4.x
  • Upgrade cakephp/cakephp to 4.5.7
Update dependency phpunit/phpunit to v9.6.21
  • Schedule: ["at any time"]
  • Branch name: renovate/phpunit-phpunit-9.x-lockfile
  • Merge into: cakephp-4.x
  • Upgrade phpunit/phpunit to 9.6.21
Update dependency symfony/yaml to v5.4.44
  • Schedule: ["at any time"]
  • Branch name: renovate/symfony
  • Merge into: cakephp-4.x
  • Upgrade symfony/yaml to 5.4.44
Update dependency cakephp/cakephp to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/cakephp-cakephp-5.x
  • Merge into: cakephp-4.x
  • Upgrade cakephp/cakephp to ^5.0.0
Update dependency cakephp/cakephp-codesniffer to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/cakephp-cakephp-codesniffer-5.x
  • Merge into: cakephp-4.x
  • Upgrade cakephp/cakephp-codesniffer to ^5.0
Update dependency phpunit/phpunit to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/phpunit-phpunit-11.x
  • Merge into: cakephp-4.x
  • Upgrade phpunit/phpunit to ^11.0
Update dependency symfony/yaml to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/major-symfony
  • Merge into: cakephp-4.x
  • Upgrade symfony/yaml to 7.1.5

🚸 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 was generated by Mend Renovate. View the repository job log.

terry.kern added 15 commits January 30, 2023 10:12
 - paragonie/random_compat removed (installed version was v9.99.99)

 - psr/http-server-handler installed in version 1.0.1
   Release notes: https://github.com/php-fig/http-server-handler/releases/tag/1.0.1

 - psr/http-server-middleware installed in version 1.0.1
   Release notes: https://github.com/php-fig/http-server-middleware/releases/tag/1.0.1

 - psr/http-client installed in version 1.0.1
   Release notes: https://github.com/php-fig/http-client/releases/tag/1.0.1

 - psr/http-factory installed in version 1.0.1
   Release notes: https://github.com/php-fig/http-factory/releases/tag/1.0.1

 - laminas/laminas-diactoros updated from 1.8.7p2 to 2.14.0 major
   See changes: laminas/laminas-diactoros@1.8.7p2...2.14.0
   Release notes: https://github.com/laminas/laminas-diactoros/releases/tag/2.14.0

 - laminas/laminas-httphandlerrunner installed in version 1.5.0
   Release notes: https://github.com/laminas/laminas-httphandlerrunner/releases/tag/1.5.0

 - composer/ca-bundle installed in version 1.3.5
   Release notes: https://github.com/composer/ca-bundle/releases/tag/1.3.5

 - cakephp/chronos updated from 1.3.0 to 2.3.2 major
   See changes: cakephp/chronos@1.3.0...2.3.2
   Release notes: https://github.com/cakephp/chronos/releases/tag/2.3.2

 - cakephp/cakephp updated from 3.10.2 to 4.0.10 major
   See changes: cakephp/cakephp@3.10.2...4.0.10
   Release notes: https://github.com/cakephp/cakephp/releases/tag/4.0.10

 - squizlabs/php_codesniffer updated from 3.6.2 to 3.7.1 minor
   See changes: squizlabs/PHP_CodeSniffer@3.6.2...3.7.1
   Release notes: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.7.1
 - aura/intl removed (installed version was 3.0.1)

 - psr/container installed in version 2.0.1
   Release notes: https://github.com/php-fig/container/releases/tag/2.0.1

 - league/container installed in version 4.2.0
   Release notes: https://github.com/thephpleague/container/releases/tag/4.2.0

 - cakephp/cakephp updated from 4.0.10 to 4.3.11 minor
   See changes: cakephp/cakephp@4.0.10...4.3.11
   Release notes: https://github.com/cakephp/cakephp/releases/tag/4.3.11
 - symfony/polyfill-ctype installed in version v1.27.0
   Release notes: https://github.com/symfony/polyfill-ctype/releases/tag/v1.27.0

 - symfony/deprecation-contracts installed in version v2.5.2
   Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v2.5.2

 - symfony/yaml installed in version v5.4.19
   Release notes: https://github.com/symfony/yaml/releases/tag/v5.4.19
@renovate renovate bot force-pushed the renovate/configure branch from 1285011 to f9f8153 Compare April 3, 2023 16:35
ravage84 and others added 14 commits November 1, 2023 12:20
To prevent returning module diff
- Add composer test command, add that to composer check command chain
Currently, there are none.
Because it contains absolute paths
Changelogs summary:

 - laminas/laminas-zendframework-bridge removed (installed version was 1.4.1)

 - psr/http-message updated from 1.0.1 to 1.1 minor
   See changes: php-fig/http-message@1.0.1...1.1
   Release notes: https://github.com/php-fig/http-message/releases/tag/1.1

 - psr/http-server-handler updated from 1.0.1 to 1.0.2 patch
   See changes: php-fig/http-server-handler@1.0.1...1.0.2
   Release notes: https://github.com/php-fig/http-server-handler/releases/tag/1.0.2

 - psr/http-server-middleware updated from 1.0.1 to 1.0.2 patch
   See changes: php-fig/http-server-middleware@1.0.1...1.0.2
   Release notes: https://github.com/php-fig/http-server-middleware/releases/tag/1.0.2

 - psr/http-client updated from 1.0.1 to 1.0.3 patch
   See changes: php-fig/http-client@1.0.1...1.0.3
   Release notes: https://github.com/php-fig/http-client/releases/tag/1.0.3

 - psr/container updated from 2.0.1 to 2.0.2 patch
   See changes: php-fig/container@2.0.1...2.0.2
   Release notes: https://github.com/php-fig/container/releases/tag/2.0.2

 - psr/http-factory updated from 1.0.1 to 1.0.2 patch
   See changes: php-fig/http-factory@1.0.1...1.0.2
   Release notes: https://github.com/php-fig/http-factory/releases/tag/1.0.2

 - laminas/laminas-diactoros updated from 2.14.0 to 2.17.0 minor
   See changes: laminas/laminas-diactoros@2.14.0...2.17.0
   Release notes: https://github.com/laminas/laminas-diactoros/releases/tag/2.17.0

 - laminas/laminas-httphandlerrunner updated from 1.5.0 to 2.2.0 major
   See changes: laminas/laminas-httphandlerrunner@1.5.0...2.2.0
   Release notes: https://github.com/laminas/laminas-httphandlerrunner/releases/tag/2.2.0

 - composer/ca-bundle updated from 1.3.5 to 1.3.7 patch
   See changes: composer/ca-bundle@1.3.5...1.3.7
   Release notes: https://github.com/composer/ca-bundle/releases/tag/1.3.7

 - cakephp/chronos updated from 2.3.2 to 2.4.3 minor
   See changes: cakephp/chronos@2.3.2...2.4.3
   Release notes: https://github.com/cakephp/chronos/releases/tag/2.4.3

 - cakephp/cakephp updated from 4.3.11 to 4.5.0 minor
   See changes: cakephp/cakephp@4.3.11...4.5.0
   Release notes: https://github.com/cakephp/cakephp/releases/tag/4.5.0

 - squizlabs/php_codesniffer updated from 3.7.1 to 3.7.2 patch
   See changes: squizlabs/PHP_CodeSniffer@3.7.1...3.7.2
   Release notes: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.7.2

 - symfony/polyfill-ctype updated from v1.27.0 to v1.28.0 minor
   See changes: symfony/polyfill-ctype@v1.27.0...v1.28.0
   Release notes: https://github.com/symfony/polyfill-ctype/releases/tag/v1.28.0

 - symfony/yaml updated from v5.4.19 to v5.4.30 patch
   See changes: symfony/yaml@v5.4.19...v5.4.30
   Release notes: https://github.com/symfony/yaml/releases/tag/v5.4.30
@renovate renovate bot force-pushed the renovate/configure branch from f9f8153 to bfa2ab5 Compare December 15, 2023 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants