Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v6.2.0
> ## [v6.2.0 (2019-10-08)](https://github.com/laravel/framework/compare/v6.1.0...v6.2.0)
>
> ### Added
> - Added support for callable objects in `Container::call()` ([#30156](https://github-redirect.dependabot.com/laravel/framework/pull/30156))
> - Add multipolygonz type for postgreSQL ([#30173](https://github-redirect.dependabot.com/laravel/framework/pull/30173))
> - Add "unauthenticated" method in auth middleware ([#30177](https://github-redirect.dependabot.com/laravel/framework/pull/30177))
> - Add partialMock shorthand ([#30202](https://github-redirect.dependabot.com/laravel/framework/pull/30202))
> - Allow Storage::put to accept a Psr StreamInterface ([#30179](https://github-redirect.dependabot.com/laravel/framework/pull/30179))
> - Implement new password rule and password confirmation ([#30214](https://github-redirect.dependabot.com/laravel/framework/pull/30214))
>
> ### Changed
> - Remove unnecessary param passed to updatePackageArray method ([#30155](https://github-redirect.dependabot.com/laravel/framework/pull/30155))
> - Add optional connection name to DatabaseUserProvider ([#30154](https://github-redirect.dependabot.com/laravel/framework/pull/30154))
> - Remove brackets arround URL php artisan serve ([#30168](https://github-redirect.dependabot.com/laravel/framework/pull/30168))
> - Apply limit to database rather than collection ([#30148](https://github-redirect.dependabot.com/laravel/framework/pull/30148))
> - Allow to use scoped macro in nested queries ([#30127](https://github-redirect.dependabot.com/laravel/framework/pull/30127))
> - Added array to json conversion for sqlite ([#30133](https://github-redirect.dependabot.com/laravel/framework/pull/30133))
> - Use the `policies()` method instead of the property policies ([#30189](https://github-redirect.dependabot.com/laravel/framework/pull/30189))
> - Split hasValidSignature method ([#30208](https://github-redirect.dependabot.com/laravel/framework/pull/30208))
>
> ### Fixed
> - `validateDimensions()` handle `image/svg` MIME ([#30204](https://github-redirect.dependabot.com/laravel/framework/pull/30204))
>
> ## v6.1.0
> ## [v6.1.0 (2019-10-01)](https://github.com/laravel/framework/compare/v6.0.4...v6.1.0)
>
> ### Added
> - Added `Illuminate\Support\LazyCollection::eager()` method ([#29832](https://github-redirect.dependabot.com/laravel/framework/pull/29832))
> - Added `forgetChannel()` and `getChannels()` methods to `Illuminate\Log\LogManager` ([#30132](https://github-redirect.dependabot.com/laravel/framework/pull/30132), [a52a0dd](https://github.com/laravel/framework/commit/a52a0dd239262f31edfaefe9a99213cccefc2f36))
> - Added `Illuminate\Foundation\Testing\TestResponse::assertNoContent()` method ([#30125](https://github-redirect.dependabot.com/laravel/framework/pull/30125))
> - Added `InteractsWithQueue` to `SendQueueNotifications` ([#30140](https://github-redirect.dependabot.com/laravel/framework/pull/30140))
> - Added `SendQueueNotifications::retryUntil()` method ([#30141](https://github-redirect.dependabot.com/laravel/framework/pull/30141))
> - Added methods for sending cookies with test requests ([#30101](https://github-redirect.dependabot.com/laravel/framework/pull/30101))
> - Added support of job middleware for queued notifications ([#30070](https://github-redirect.dependabot.com/laravel/framework/pull/30070))
>
> ### Fixed
> - Fixed migration class duplicate check in `make:migration` command ([#30095](https://github-redirect.dependabot.com/laravel/framework/pull/30095))
> - Fixed monolog v2 handler preparation ([#30123](https://github-redirect.dependabot.com/laravel/framework/pull/30123))
> - Fixed return of callback value for DurationLimiter ([#30143](https://github-redirect.dependabot.com/laravel/framework/pull/30143))
>
> ### Changed
> - Added runtime information output for seeders ([#30086](https://github-redirect.dependabot.com/laravel/framework/pull/30086))
> - Added strict parameter to `Illuminate\Foundation\Testing\TestResponse::assertJsonPath()` ([#30142](https://github-redirect.dependabot.com/laravel/framework/pull/30142))
> - Added `deletedAtColumn` optional parameter to `Foundation\Testing\Concerns\InteractsWithDatabase::assertSoftDeleted()` ([#30111](https://github-redirect.dependabot.com/laravel/framework/pull/30111))
>
> ### Improved
> - Improved `AuthServiceProvider::registerEventRebindHandler()` in case if guard is not initialized ([#30105](https://github-redirect.dependabot.com/laravel/framework/pull/30105))
>
>
> ... (truncated)
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-5.8.md).*
> # Release Notes for 5.8.x
>
> ## [Unreleased](https://github.com/laravel/framework/compare/v5.8.35...5.8)
>
>
> ## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35)
>
> ### Added
> - Added support of `NOT RLIKE` SQL operator ([#29788](https://github-redirect.dependabot.com/laravel/framework/pull/29788))
> - Added hebrew letters to `Str:slug` language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709))
> - Added support of `php7.4` ([#29842](https://github-redirect.dependabot.com/laravel/framework/pull/29842))
>
> ### Fixed
> - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github-redirect.dependabot.com/laravel/framework/pull/29765))
> - Fixed `QueueFake::size()` method ([#29761](https://github-redirect.dependabot.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1))
>
> ### Changed
> - Added note that the GD extension is required for generating images ([#29770](https://github-redirect.dependabot.com/laravel/framework/pull/29770), [#29831](https://github-redirect.dependabot.com/laravel/framework/pull/29831))
> - Changed `monolog/monolog` version to `^1.12` ([#29837](https://github-redirect.dependabot.com/laravel/framework/pull/29837))
>
>
> ## [v5.8.34 (2019-08-27)](https://github.com/laravel/framework/compare/v5.8.33...v5.8.34)
>
> ### Fixed
> - Fixed `MailMessage::render()` if `view` method was used ([#29698](https://github-redirect.dependabot.com/laravel/framework/pull/29698))
> - Fixed setting of numeric values as model attribute ([#29714](https://github-redirect.dependabot.com/laravel/framework/pull/29714))
> - Fixed mocking of events `until` method in `MocksApplicationServices` ([#29708](https://github-redirect.dependabot.com/laravel/framework/pull/29708))
> - Fixed: Use custom attributes in lt/lte/gt/gte rules messages ([#29716](https://github-redirect.dependabot.com/laravel/framework/pull/29716))
>
> ### Changed:
> - Changed applying of Aws Instance Profile ([#29738](https://github-redirect.dependabot.com/laravel/framework/pull/29738))
>
>
> ## [v5.8.33 (2019-08-20)](https://github.com/laravel/framework/compare/v5.8.32...v5.8.33)
>
> ### Added
> - Added `ValidatesWhenResolvedTrait::passedValidation()` callback ([#29549](https://github-redirect.dependabot.com/laravel/framework/pull/29549))
> - Implement new types for email validation support ([#29589](https://github-redirect.dependabot.com/laravel/framework/pull/29589))
> - Added Redis 5 support ([#29606](https://github-redirect.dependabot.com/laravel/framework/pull/29606))
> - Added `insertOrIgnore` support ([#29639](https://github-redirect.dependabot.com/laravel/framework/pull/29639), [46d7e96](https://github.com/laravel/framework/commit/46d7e96ab3ab59339ef0ea8802963b2db84f9ab3), [#29645](https://github-redirect.dependabot.com/laravel/framework/pull/29645))
> - Allowed to override the existing `Whoops` handler.([#29564](https://github-redirect.dependabot.com/laravel/framework/pull/29564))
>
> ### Fixed
> - Fixed non-displayable boolean values in validation messages ([#29560](https://github-redirect.dependabot.com/laravel/framework/pull/29560))
> - Avoid undefined index errors when using AWS IAM ([#29565](https://github-redirect.dependabot.com/laravel/framework/pull/29565))
> - Fixed exception message in the `ProviderRepository::writeManifest()` ([#29568](https://github-redirect.dependabot.com/laravel/framework/pull/29568))
> - Fixed invalid link expiry count in ResetPassword ([#29579](https://github-redirect.dependabot.com/laravel/framework/pull/29579))
> - Fixed command testing of `output` and `questions` expectations ([#29580](https://github-redirect.dependabot.com/laravel/framework/pull/29580))
> - Added ignoring of classes which are not instantiable during event discovery ([#29587](https://github-redirect.dependabot.com/laravel/framework/pull/29587))
> - Used real classname for seeders in the output ([#29601](https://github-redirect.dependabot.com/laravel/framework/pull/29601))
> ... (truncated)
Commits
- [`80914c4`](https://github.com/laravel/framework/commit/80914c430fb5e49f492812d704ba6aeec03d80a2) version
- [`75d8066`](https://github.com/laravel/framework/commit/75d8066e504c77b0169a7afa0c2cfcde2f687ad7) [6.x] Add `dropAllViews` functionality to the SQL Server builder ([#30222](https://github-redirect.dependabot.com/laravel/framework/issues/30222))
- [`2faadcd`](https://github.com/laravel/framework/commit/2faadcd288cdc86cf7a1a3644e68e5e0ce641a8b) formatting
- [`8597486`](https://github.com/laravel/framework/commit/859748680c8552be98906c9203c41fe87c409814) Merge branch '6.x' of https://github.com/sedattcom/framework into sedattcom-6.x
- [`9add1fd`](https://github.com/laravel/framework/commit/9add1fdeb7c9727293aa1ff7c523f129dfd8a3a7) Don't add extra '?' for empty query string ([#30280](https://github-redirect.dependabot.com/laravel/framework/issues/30280))
- [`bda1428`](https://github.com/laravel/framework/commit/bda14288ccb39f5050e021bf5665d5829918acbc) Revert changes
- [`320e8f4`](https://github.com/laravel/framework/commit/320e8f4512a99aa902d806d2cfd4c9233386c282) Update CHANGELOG.md
- [`02d0226`](https://github.com/laravel/framework/commit/02d02266d28b9ea4495fd698d8aca41f5933b746) Fix eager loading memory leak ([#30248](https://github-redirect.dependabot.com/laravel/framework/issues/30248))
- [`cde2375`](https://github.com/laravel/framework/commit/cde23758be3bbd6efa0bf62c9cac61656e807784) Introduce a locking mechanism for the array cache driver ([#30253](https://github-redirect.dependabot.com/laravel/framework/issues/30253))
- [`bba4787`](https://github.com/laravel/framework/commit/bba47876777b036d76811720769c681d6102e067) update docblock ([#30265](https://github-redirect.dependabot.com/laravel/framework/issues/30265))
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.3.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps laravel/framework from 5.8.32 to 6.3.0.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v6.2.0 > ## [v6.2.0 (2019-10-08)](https://github.com/laravel/framework/compare/v6.1.0...v6.2.0) > > ### Added > - Added support for callable objects in `Container::call()` ([#30156](https://github-redirect.dependabot.com/laravel/framework/pull/30156)) > - Add multipolygonz type for postgreSQL ([#30173](https://github-redirect.dependabot.com/laravel/framework/pull/30173)) > - Add "unauthenticated" method in auth middleware ([#30177](https://github-redirect.dependabot.com/laravel/framework/pull/30177)) > - Add partialMock shorthand ([#30202](https://github-redirect.dependabot.com/laravel/framework/pull/30202)) > - Allow Storage::put to accept a Psr StreamInterface ([#30179](https://github-redirect.dependabot.com/laravel/framework/pull/30179)) > - Implement new password rule and password confirmation ([#30214](https://github-redirect.dependabot.com/laravel/framework/pull/30214)) > > ### Changed > - Remove unnecessary param passed to updatePackageArray method ([#30155](https://github-redirect.dependabot.com/laravel/framework/pull/30155)) > - Add optional connection name to DatabaseUserProvider ([#30154](https://github-redirect.dependabot.com/laravel/framework/pull/30154)) > - Remove brackets arround URL php artisan serve ([#30168](https://github-redirect.dependabot.com/laravel/framework/pull/30168)) > - Apply limit to database rather than collection ([#30148](https://github-redirect.dependabot.com/laravel/framework/pull/30148)) > - Allow to use scoped macro in nested queries ([#30127](https://github-redirect.dependabot.com/laravel/framework/pull/30127)) > - Added array to json conversion for sqlite ([#30133](https://github-redirect.dependabot.com/laravel/framework/pull/30133)) > - Use the `policies()` method instead of the property policies ([#30189](https://github-redirect.dependabot.com/laravel/framework/pull/30189)) > - Split hasValidSignature method ([#30208](https://github-redirect.dependabot.com/laravel/framework/pull/30208)) > > ### Fixed > - `validateDimensions()` handle `image/svg` MIME ([#30204](https://github-redirect.dependabot.com/laravel/framework/pull/30204)) > > ## v6.1.0 > ## [v6.1.0 (2019-10-01)](https://github.com/laravel/framework/compare/v6.0.4...v6.1.0) > > ### Added > - Added `Illuminate\Support\LazyCollection::eager()` method ([#29832](https://github-redirect.dependabot.com/laravel/framework/pull/29832)) > - Added `forgetChannel()` and `getChannels()` methods to `Illuminate\Log\LogManager` ([#30132](https://github-redirect.dependabot.com/laravel/framework/pull/30132), [a52a0dd](https://github.com/laravel/framework/commit/a52a0dd239262f31edfaefe9a99213cccefc2f36)) > - Added `Illuminate\Foundation\Testing\TestResponse::assertNoContent()` method ([#30125](https://github-redirect.dependabot.com/laravel/framework/pull/30125)) > - Added `InteractsWithQueue` to `SendQueueNotifications` ([#30140](https://github-redirect.dependabot.com/laravel/framework/pull/30140)) > - Added `SendQueueNotifications::retryUntil()` method ([#30141](https://github-redirect.dependabot.com/laravel/framework/pull/30141)) > - Added methods for sending cookies with test requests ([#30101](https://github-redirect.dependabot.com/laravel/framework/pull/30101)) > - Added support of job middleware for queued notifications ([#30070](https://github-redirect.dependabot.com/laravel/framework/pull/30070)) > > ### Fixed > - Fixed migration class duplicate check in `make:migration` command ([#30095](https://github-redirect.dependabot.com/laravel/framework/pull/30095)) > - Fixed monolog v2 handler preparation ([#30123](https://github-redirect.dependabot.com/laravel/framework/pull/30123)) > - Fixed return of callback value for DurationLimiter ([#30143](https://github-redirect.dependabot.com/laravel/framework/pull/30143)) > > ### Changed > - Added runtime information output for seeders ([#30086](https://github-redirect.dependabot.com/laravel/framework/pull/30086)) > - Added strict parameter to `Illuminate\Foundation\Testing\TestResponse::assertJsonPath()` ([#30142](https://github-redirect.dependabot.com/laravel/framework/pull/30142)) > - Added `deletedAtColumn` optional parameter to `Foundation\Testing\Concerns\InteractsWithDatabase::assertSoftDeleted()` ([#30111](https://github-redirect.dependabot.com/laravel/framework/pull/30111)) > > ### Improved > - Improved `AuthServiceProvider::registerEventRebindHandler()` in case if guard is not initialized ([#30105](https://github-redirect.dependabot.com/laravel/framework/pull/30105)) > > > ... (truncated)Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-5.8.md).* > # Release Notes for 5.8.x > > ## [Unreleased](https://github.com/laravel/framework/compare/v5.8.35...5.8) > > > ## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35) > > ### Added > - Added support of `NOT RLIKE` SQL operator ([#29788](https://github-redirect.dependabot.com/laravel/framework/pull/29788)) > - Added hebrew letters to `Str:slug` language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709)) > - Added support of `php7.4` ([#29842](https://github-redirect.dependabot.com/laravel/framework/pull/29842)) > > ### Fixed > - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github-redirect.dependabot.com/laravel/framework/pull/29765)) > - Fixed `QueueFake::size()` method ([#29761](https://github-redirect.dependabot.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1)) > > ### Changed > - Added note that the GD extension is required for generating images ([#29770](https://github-redirect.dependabot.com/laravel/framework/pull/29770), [#29831](https://github-redirect.dependabot.com/laravel/framework/pull/29831)) > - Changed `monolog/monolog` version to `^1.12` ([#29837](https://github-redirect.dependabot.com/laravel/framework/pull/29837)) > > > ## [v5.8.34 (2019-08-27)](https://github.com/laravel/framework/compare/v5.8.33...v5.8.34) > > ### Fixed > - Fixed `MailMessage::render()` if `view` method was used ([#29698](https://github-redirect.dependabot.com/laravel/framework/pull/29698)) > - Fixed setting of numeric values as model attribute ([#29714](https://github-redirect.dependabot.com/laravel/framework/pull/29714)) > - Fixed mocking of events `until` method in `MocksApplicationServices` ([#29708](https://github-redirect.dependabot.com/laravel/framework/pull/29708)) > - Fixed: Use custom attributes in lt/lte/gt/gte rules messages ([#29716](https://github-redirect.dependabot.com/laravel/framework/pull/29716)) > > ### Changed: > - Changed applying of Aws Instance Profile ([#29738](https://github-redirect.dependabot.com/laravel/framework/pull/29738)) > > > ## [v5.8.33 (2019-08-20)](https://github.com/laravel/framework/compare/v5.8.32...v5.8.33) > > ### Added > - Added `ValidatesWhenResolvedTrait::passedValidation()` callback ([#29549](https://github-redirect.dependabot.com/laravel/framework/pull/29549)) > - Implement new types for email validation support ([#29589](https://github-redirect.dependabot.com/laravel/framework/pull/29589)) > - Added Redis 5 support ([#29606](https://github-redirect.dependabot.com/laravel/framework/pull/29606)) > - Added `insertOrIgnore` support ([#29639](https://github-redirect.dependabot.com/laravel/framework/pull/29639), [46d7e96](https://github.com/laravel/framework/commit/46d7e96ab3ab59339ef0ea8802963b2db84f9ab3), [#29645](https://github-redirect.dependabot.com/laravel/framework/pull/29645)) > - Allowed to override the existing `Whoops` handler.([#29564](https://github-redirect.dependabot.com/laravel/framework/pull/29564)) > > ### Fixed > - Fixed non-displayable boolean values in validation messages ([#29560](https://github-redirect.dependabot.com/laravel/framework/pull/29560)) > - Avoid undefined index errors when using AWS IAM ([#29565](https://github-redirect.dependabot.com/laravel/framework/pull/29565)) > - Fixed exception message in the `ProviderRepository::writeManifest()` ([#29568](https://github-redirect.dependabot.com/laravel/framework/pull/29568)) > - Fixed invalid link expiry count in ResetPassword ([#29579](https://github-redirect.dependabot.com/laravel/framework/pull/29579)) > - Fixed command testing of `output` and `questions` expectations ([#29580](https://github-redirect.dependabot.com/laravel/framework/pull/29580)) > - Added ignoring of classes which are not instantiable during event discovery ([#29587](https://github-redirect.dependabot.com/laravel/framework/pull/29587)) > - Used real classname for seeders in the output ([#29601](https://github-redirect.dependabot.com/laravel/framework/pull/29601)) > ... (truncated)Commits
- [`80914c4`](https://github.com/laravel/framework/commit/80914c430fb5e49f492812d704ba6aeec03d80a2) version - [`75d8066`](https://github.com/laravel/framework/commit/75d8066e504c77b0169a7afa0c2cfcde2f687ad7) [6.x] Add `dropAllViews` functionality to the SQL Server builder ([#30222](https://github-redirect.dependabot.com/laravel/framework/issues/30222)) - [`2faadcd`](https://github.com/laravel/framework/commit/2faadcd288cdc86cf7a1a3644e68e5e0ce641a8b) formatting - [`8597486`](https://github.com/laravel/framework/commit/859748680c8552be98906c9203c41fe87c409814) Merge branch '6.x' of https://github.com/sedattcom/framework into sedattcom-6.x - [`9add1fd`](https://github.com/laravel/framework/commit/9add1fdeb7c9727293aa1ff7c523f129dfd8a3a7) Don't add extra '?' for empty query string ([#30280](https://github-redirect.dependabot.com/laravel/framework/issues/30280)) - [`bda1428`](https://github.com/laravel/framework/commit/bda14288ccb39f5050e021bf5665d5829918acbc) Revert changes - [`320e8f4`](https://github.com/laravel/framework/commit/320e8f4512a99aa902d806d2cfd4c9233386c282) Update CHANGELOG.md - [`02d0226`](https://github.com/laravel/framework/commit/02d02266d28b9ea4495fd698d8aca41f5933b746) Fix eager loading memory leak ([#30248](https://github-redirect.dependabot.com/laravel/framework/issues/30248)) - [`cde2375`](https://github.com/laravel/framework/commit/cde23758be3bbd6efa0bf62c9cac61656e807784) Introduce a locking mechanism for the array cache driver ([#30253](https://github-redirect.dependabot.com/laravel/framework/issues/30253)) - [`bba4787`](https://github.com/laravel/framework/commit/bba47876777b036d76811720769c681d6102e067) update docblock ([#30265](https://github-redirect.dependabot.com/laravel/framework/issues/30265)) - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.3.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)