Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v6.0.0
> Check the upgrade guide in the [Official Laravel Documentation](https://laravel.com/docs/6.0/upgrade).
>
> ## v5.8.35
> ## [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
> ## [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
> ## [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)
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
- [`f387115`](https://github.com/laravel/framework/commit/f38711564c642ee88a58bf180010a0c7a7ab062e) version
- [`27843a3`](https://github.com/laravel/framework/commit/27843a3494aa74bfb6750e0726612f9cabce0893) Revert "Revert "Revert "Extract registered event and login to registered meth...
- [`53fa4e9`](https://github.com/laravel/framework/commit/53fa4e9859beb2dbad8edef9e8c7dea1c80f5a17) Revert "Revert "Extract registered event and login to registered method" ([#29](https://github-redirect.dependabot.com/laravel/framework/issues/29)...
- [`3ace0b9`](https://github.com/laravel/framework/commit/3ace0b9f52f3b9604e47e9d498de5b7a838da0f5) Revert "Extract registered event and login to registered method" ([#29875](https://github-redirect.dependabot.com/laravel/framework/issues/29875))
- [`7588040`](https://github.com/laravel/framework/commit/75880404b760b0e8f09f93c19410dd2792703517) Removed static return type PHPDoc from first() ([#29877](https://github-redirect.dependabot.com/laravel/framework/issues/29877))
- [`4cc87e6`](https://github.com/laravel/framework/commit/4cc87e6896ca6194ef0167955ef9740dda91d289) [6.x] Throw RouteNotFoundException instead of InvalidArgumentException ([#29861](https://github-redirect.dependabot.com/laravel/framework/issues/29861))
- [`e082ed2`](https://github.com/laravel/framework/commit/e082ed250f5471a99cf9b990e8f76cfdfa1a217a) Remove confusing identation ([#29863](https://github-redirect.dependabot.com/laravel/framework/issues/29863))
- [`5c93ada`](https://github.com/laravel/framework/commit/5c93ada93089a6b8bd7e6fbd5c0adeaa2c5faf93) revert
- [`9a79839`](https://github.com/laravel/framework/commit/9a79839bdd5613f02ec0e23942a03cdd0ba3a304) version
- [`ee5a6a3`](https://github.com/laravel/framework/commit/ee5a6a3f1f3024996f59de324a231516f77b24a6) Merge branch '6.x' of github.com:laravel/framework into 6.x
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.0.1)
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps laravel/framework from 5.8.32 to 6.0.1.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v6.0.0 > Check the upgrade guide in the [Official Laravel Documentation](https://laravel.com/docs/6.0/upgrade). > > ## v5.8.35 > ## [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 > ## [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 > ## [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)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
- [`f387115`](https://github.com/laravel/framework/commit/f38711564c642ee88a58bf180010a0c7a7ab062e) version - [`27843a3`](https://github.com/laravel/framework/commit/27843a3494aa74bfb6750e0726612f9cabce0893) Revert "Revert "Revert "Extract registered event and login to registered meth... - [`53fa4e9`](https://github.com/laravel/framework/commit/53fa4e9859beb2dbad8edef9e8c7dea1c80f5a17) Revert "Revert "Extract registered event and login to registered method" ([#29](https://github-redirect.dependabot.com/laravel/framework/issues/29)... - [`3ace0b9`](https://github.com/laravel/framework/commit/3ace0b9f52f3b9604e47e9d498de5b7a838da0f5) Revert "Extract registered event and login to registered method" ([#29875](https://github-redirect.dependabot.com/laravel/framework/issues/29875)) - [`7588040`](https://github.com/laravel/framework/commit/75880404b760b0e8f09f93c19410dd2792703517) Removed static return type PHPDoc from first() ([#29877](https://github-redirect.dependabot.com/laravel/framework/issues/29877)) - [`4cc87e6`](https://github.com/laravel/framework/commit/4cc87e6896ca6194ef0167955ef9740dda91d289) [6.x] Throw RouteNotFoundException instead of InvalidArgumentException ([#29861](https://github-redirect.dependabot.com/laravel/framework/issues/29861)) - [`e082ed2`](https://github.com/laravel/framework/commit/e082ed250f5471a99cf9b990e8f76cfdfa1a217a) Remove confusing identation ([#29863](https://github-redirect.dependabot.com/laravel/framework/issues/29863)) - [`5c93ada`](https://github.com/laravel/framework/commit/5c93ada93089a6b8bd7e6fbd5c0adeaa2c5faf93) revert - [`9a79839`](https://github.com/laravel/framework/commit/9a79839bdd5613f02ec0e23942a03cdd0ba3a304) version - [`ee5a6a3`](https://github.com/laravel/framework/commit/ee5a6a3f1f3024996f59de324a231516f77b24a6) Merge branch '6.x' of github.com:laravel/framework into 6.x - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.0.1)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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.