Release notes
*Sourced from [wagtail's releases](https://github.com/wagtail/wagtail/releases).*
> ## 2.7
> * Improved StreamField design (Bertrand Bordage)
> * Added WebP image support (frmdstryr, Karl Hobley, Matt Westcott)
> * Added Elasticsearch 7 support (pySilver)
> * Added Python 3.8 support (John Carter, Matt Westcott)
> * Added `construct_page_listing_buttons` hook (Michael van Tellingen)
> * Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida)
> * Added Table Block caption for accessibility (Rahmi Pruitt)
> * Move and refactor upgrade notification JS (Jonny Scholes)
> * Add ability to insert internal anchor links/links with fragment identifiers in Draftail (rich text) fields (Iman Syed)
> * Remove need for Elasticsearch `update_all_types` workaround, upgrade minimum release to 6.4.0 or above (Jonathan Liuti)
> * Add ability for users to change their own name via the account settings page (Kevin Howbrook)
> * Add ability to insert telephone numbers as links in Draftail (rich text) fields (Mikael Engström and Liam Brenner)
> * Increase delay before search in the snippet chooser, to prevent redundant search request round trips (Robert Rollins)
> * Add `WAGTAIL_EMAIL_MANAGEMENT_ENABLED` setting to determine whether users can change their email address (Janne Alatalo)
> * Recognise Soundcloud artist URLs as embeddable (Kiril Staikov)
> * Add `WAGTAILDOCS_SERVE_METHOD` setting to determine how document downloads will be linked to and served (Tobias McNulty, Matt Westcott)
> * Add `WAGTAIL_MODERATION_ENABLED` setting to enable / disable the 'Submit for Moderation' option (Jacob Topp-Mugglestone)
> * Added settings to customise pagination page size for the Images admin area (Brian Whitton)
> * Added ARIA role to TableBlock output (Matt Westcott)
> * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott)
> * Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott)
> * `WAGTAILIMAGES_MAX_IMAGE_PIXELS` limit now takes the number of animation frames into account (Karl Hobley)
> * Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook)
> * Fix: Added https support for Scribd oEmbed provider (Rodrigo)
> * Fix: Changed StreamField group labels color so labels are visible (Catherine Farman)
> * Fix: Prevented images with a very wide aspect ratio from being displayed distorted in the rich text editor (Iman Syed)
> * Fix: Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd)
> * Fix: Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo)
> * Fix: Middleware responses during page preview are now properly returned to the user (Matt Westcott)
> * Fix: Default text of page links in rich text uses the public page title rather than the admin display title (Andy Chosak)
> * Fix: Specific page permission checks are now enforced when viewing a page revision (Andy Chosak)
> * Fix: `pageurl` and `slugurl` tags no longer fail when `request.site` is `None` (Samir Shah)
> * Fix: Output form media on add/edit image forms with custom models (Matt Westcott)
> * Fix: Output form media on add/edit document forms with custom models (Sergey Fedoseev)
> * Fix: Layout for the clear checkbox in default FileField widget (Mikalai Radchuk)
> * Fix: Remove ASCII conversion from Postgres search backend, to support stemming in non-Latin alphabets (Pavel Denisov)
> * Fix: Prevent tab labels on page edit view from being cut off on very narrow screens (Kevin Howbrook)
> * Fix: Very long words in page listings are now broken where necessary (Kevin Howbrook)
> * Fix: Language chosen in user preferences no longer persists on subsequent requests (Bojan Mihelac)
> * Fix: Prevent new block IDs from being assigned on repeated calls to `StreamBlock.get_prep_value` (Colin Klein)
> * Fix: Prevent broken images in notification emails when static files are hosted on a remote domain (Eduard Luca)
> * Fix: Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott)
> * Fix: `DraftailRichTextArea` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev)
> * Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott)
> * Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott)
> * Fix: Regression - missing label for external link URL field in link chooser (Stefani Castellanos)
>
> ## 2.7rc2
> Changes from 2.7rc1:
> ... (truncated)
Changelog
*Sourced from [wagtail's changelog](https://github.com/wagtail/wagtail/blob/master/CHANGELOG.txt).*
> 2.7 LTS (06.11.2019)
> ~~~~~~~~~~~~~~~~~~~~
>
> * Improved StreamField design (Bertrand Bordage)
> * Added WebP image support (frmdstryr, Karl Hobley, Matt Westcott)
> * Added Elasticsearch 7 support (pySilver)
> * Added Python 3.8 support (John Carter, Matt Westcott)
> * Added `construct_page_listing_buttons` hook (Michael van Tellingen)
> * Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida)
> * Added Table Block caption for accessibility (Rahmi Pruitt)
> * Move and refactor upgrade notification JS (Jonny Scholes)
> * Add ability to insert internal anchor links/links with fragment identifiers in Draftail (rich text) fields (Iman Syed)
> * Remove need for Elasticsearch `update_all_types` workaround, upgrade minimum release to 6.4.0 or above (Jonathan Liuti)
> * Add ability for users to change their own name via the account settings page (Kevin Howbrook)
> * Add ability to insert telephone numbers as links in Draftail (rich text) fields (Mikael Engström and Liam Brenner)
> * Increase delay before search in the snippet chooser, to prevent redundant search request round trips (Robert Rollins)
> * Add `WAGTAIL_EMAIL_MANAGEMENT_ENABLED` setting to determine whether users can change their email address (Janne Alatalo)
> * Recognise Soundcloud artist URLs as embeddable (Kiril Staikov)
> * Add `WAGTAILDOCS_SERVE_METHOD` setting to determine how document downloads will be linked to and served (Tobias McNulty, Matt Westcott)
> * Add `WAGTAIL_MODERATION_ENABLED` setting to enable / disable the 'Submit for Moderation' option (Jacob Topp-Mugglestone)
> * Added settings to customise pagination page size for the Images admin area (Brian Whitton)
> * Added ARIA role to TableBlock output (Matt Westcott)
> * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott)
> * Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott)
> * `WAGTAILIMAGES_MAX_IMAGE_PIXELS` limit now takes the number of animation frames into account (Karl Hobley)
> * Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook)
> * Fix: Added https support for Scribd oEmbed provider (Rodrigo)
> * Fix: Changed StreamField group labels color so labels are visible (Catherine Farman)
> * Fix: Prevented images with a very wide aspect ratio from being displayed distorted in the rich text editor (Iman Syed)
> * Fix: Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd)
> * Fix: Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo)
> * Fix: Middleware responses during page preview are now properly returned to the user (Matt Westcott)
> * Fix: Default text of page links in rich text uses the public page title rather than the admin display title (Andy Chosak)
> * Fix: Specific page permission checks are now enforced when viewing a page revision (Andy Chosak)
> * Fix: `pageurl` and `slugurl` tags no longer fail when `request.site` is `None` (Samir Shah)
> * Fix: Output form media on add/edit image forms with custom models (Matt Westcott)
> * Fix: Output form media on add/edit document forms with custom models (Sergey Fedoseev)
> * Fix: Layout for the clear checkbox in default FileField widget (Mikalai Radchuk)
> * Fix: Remove ASCII conversion from Postgres search backend, to support stemming in non-Latin alphabets (Pavel Denisov)
> * Fix: Prevent tab labels on page edit view from being cut off on very narrow screens (Kevin Howbrook)
> * Fix: Very long words in page listings are now broken where necessary (Kevin Howbrook)
> * Fix: Language chosen in user preferences no longer persists on subsequent requests (Bojan Mihelac)
> * Fix: Prevent new block IDs from being assigned on repeated calls to `StreamBlock.get_prep_value` (Colin Klein)
> * Fix: Prevent broken images in notification emails when static files are hosted on a remote domain (Eduard Luca)
> * Fix: Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott)
> * Fix: `DraftailRichTextArea` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev)
> * Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott)
> * Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott)
> * Fix: Regression - missing label for external link URL field in link chooser (Stefani Castellanos)
>
> ... (truncated)
Commits
- [`72dcbb6`](https://github.com/wagtail/wagtail/commit/72dcbb674cac38b488de984719cb20a08542eb5f) Version bump to 2.7 final
- [`1914371`](https://github.com/wagtail/wagtail/commit/1914371f4d6411a8b9c1d2d83bc9d5ad6a6afdfe) Fill in release date for 2.7
- [`0e40a77`](https://github.com/wagtail/wagtail/commit/0e40a7707d98cb0e1dd6461fea6822f67a7fedf2) Fetch new translations from Transifex
- [`b1412e6`](https://github.com/wagtail/wagtail/commit/b1412e69da6f4388ab644c98210b724e0e090de2) Fix contributor name
- [`8a4270e`](https://github.com/wagtail/wagtail/commit/8a4270ea00571ced130111eecbbaf17e9ab9db94) Added label 'URL' for external link
- [`9f17821`](https://github.com/wagtail/wagtail/commit/9f178217578227b9631c35635d92c35ef1bb9ccb) Fixed 2.6.3 date in Changelog and updated username on Contributors
- [`cce9f8c`](https://github.com/wagtail/wagtail/commit/cce9f8cee365eed77ad3d83ec38963e977e14395) Fetch new translations from Transifex
- [`3ccb1f7`](https://github.com/wagtail/wagtail/commit/3ccb1f782d3bb5328474d61eb6c1b1cc71d1920b) Avoid calling versioned_static from static form media definitions ([#5644](https://github-redirect.dependabot.com/wagtail/wagtail/issues/5644))
- [`2ec1e85`](https://github.com/wagtail/wagtail/commit/2ec1e85fceb7f7512343bde74244954b3099452d) Mark Python 3.8 support as official in changelog
- [`86288a3`](https://github.com/wagtail/wagtail/commit/86288a3cb09eafe679b0d1007d5d7c1e4828edf3) Formalise Python 3.8 support
- Additional commits viewable in [compare view](https://github.com/wagtail/wagtail/compare/v2.6...v2.7)
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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps wagtail from 2.6 to 2.7.
Release notes
*Sourced from [wagtail's releases](https://github.com/wagtail/wagtail/releases).* > ## 2.7 > * Improved StreamField design (Bertrand Bordage) > * Added WebP image support (frmdstryr, Karl Hobley, Matt Westcott) > * Added Elasticsearch 7 support (pySilver) > * Added Python 3.8 support (John Carter, Matt Westcott) > * Added `construct_page_listing_buttons` hook (Michael van Tellingen) > * Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida) > * Added Table Block caption for accessibility (Rahmi Pruitt) > * Move and refactor upgrade notification JS (Jonny Scholes) > * Add ability to insert internal anchor links/links with fragment identifiers in Draftail (rich text) fields (Iman Syed) > * Remove need for Elasticsearch `update_all_types` workaround, upgrade minimum release to 6.4.0 or above (Jonathan Liuti) > * Add ability for users to change their own name via the account settings page (Kevin Howbrook) > * Add ability to insert telephone numbers as links in Draftail (rich text) fields (Mikael Engström and Liam Brenner) > * Increase delay before search in the snippet chooser, to prevent redundant search request round trips (Robert Rollins) > * Add `WAGTAIL_EMAIL_MANAGEMENT_ENABLED` setting to determine whether users can change their email address (Janne Alatalo) > * Recognise Soundcloud artist URLs as embeddable (Kiril Staikov) > * Add `WAGTAILDOCS_SERVE_METHOD` setting to determine how document downloads will be linked to and served (Tobias McNulty, Matt Westcott) > * Add `WAGTAIL_MODERATION_ENABLED` setting to enable / disable the 'Submit for Moderation' option (Jacob Topp-Mugglestone) > * Added settings to customise pagination page size for the Images admin area (Brian Whitton) > * Added ARIA role to TableBlock output (Matt Westcott) > * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott) > * Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) > * `WAGTAILIMAGES_MAX_IMAGE_PIXELS` limit now takes the number of animation frames into account (Karl Hobley) > * Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook) > * Fix: Added https support for Scribd oEmbed provider (Rodrigo) > * Fix: Changed StreamField group labels color so labels are visible (Catherine Farman) > * Fix: Prevented images with a very wide aspect ratio from being displayed distorted in the rich text editor (Iman Syed) > * Fix: Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd) > * Fix: Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo) > * Fix: Middleware responses during page preview are now properly returned to the user (Matt Westcott) > * Fix: Default text of page links in rich text uses the public page title rather than the admin display title (Andy Chosak) > * Fix: Specific page permission checks are now enforced when viewing a page revision (Andy Chosak) > * Fix: `pageurl` and `slugurl` tags no longer fail when `request.site` is `None` (Samir Shah) > * Fix: Output form media on add/edit image forms with custom models (Matt Westcott) > * Fix: Output form media on add/edit document forms with custom models (Sergey Fedoseev) > * Fix: Layout for the clear checkbox in default FileField widget (Mikalai Radchuk) > * Fix: Remove ASCII conversion from Postgres search backend, to support stemming in non-Latin alphabets (Pavel Denisov) > * Fix: Prevent tab labels on page edit view from being cut off on very narrow screens (Kevin Howbrook) > * Fix: Very long words in page listings are now broken where necessary (Kevin Howbrook) > * Fix: Language chosen in user preferences no longer persists on subsequent requests (Bojan Mihelac) > * Fix: Prevent new block IDs from being assigned on repeated calls to `StreamBlock.get_prep_value` (Colin Klein) > * Fix: Prevent broken images in notification emails when static files are hosted on a remote domain (Eduard Luca) > * Fix: Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott) > * Fix: `DraftailRichTextArea` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev) > * Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott) > * Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott) > * Fix: Regression - missing label for external link URL field in link chooser (Stefani Castellanos) > > ## 2.7rc2 > Changes from 2.7rc1: > ... (truncated)Changelog
*Sourced from [wagtail's changelog](https://github.com/wagtail/wagtail/blob/master/CHANGELOG.txt).* > 2.7 LTS (06.11.2019) > ~~~~~~~~~~~~~~~~~~~~ > > * Improved StreamField design (Bertrand Bordage) > * Added WebP image support (frmdstryr, Karl Hobley, Matt Westcott) > * Added Elasticsearch 7 support (pySilver) > * Added Python 3.8 support (John Carter, Matt Westcott) > * Added `construct_page_listing_buttons` hook (Michael van Tellingen) > * Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida) > * Added Table Block caption for accessibility (Rahmi Pruitt) > * Move and refactor upgrade notification JS (Jonny Scholes) > * Add ability to insert internal anchor links/links with fragment identifiers in Draftail (rich text) fields (Iman Syed) > * Remove need for Elasticsearch `update_all_types` workaround, upgrade minimum release to 6.4.0 or above (Jonathan Liuti) > * Add ability for users to change their own name via the account settings page (Kevin Howbrook) > * Add ability to insert telephone numbers as links in Draftail (rich text) fields (Mikael Engström and Liam Brenner) > * Increase delay before search in the snippet chooser, to prevent redundant search request round trips (Robert Rollins) > * Add `WAGTAIL_EMAIL_MANAGEMENT_ENABLED` setting to determine whether users can change their email address (Janne Alatalo) > * Recognise Soundcloud artist URLs as embeddable (Kiril Staikov) > * Add `WAGTAILDOCS_SERVE_METHOD` setting to determine how document downloads will be linked to and served (Tobias McNulty, Matt Westcott) > * Add `WAGTAIL_MODERATION_ENABLED` setting to enable / disable the 'Submit for Moderation' option (Jacob Topp-Mugglestone) > * Added settings to customise pagination page size for the Images admin area (Brian Whitton) > * Added ARIA role to TableBlock output (Matt Westcott) > * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott) > * Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) > * `WAGTAILIMAGES_MAX_IMAGE_PIXELS` limit now takes the number of animation frames into account (Karl Hobley) > * Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook) > * Fix: Added https support for Scribd oEmbed provider (Rodrigo) > * Fix: Changed StreamField group labels color so labels are visible (Catherine Farman) > * Fix: Prevented images with a very wide aspect ratio from being displayed distorted in the rich text editor (Iman Syed) > * Fix: Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd) > * Fix: Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo) > * Fix: Middleware responses during page preview are now properly returned to the user (Matt Westcott) > * Fix: Default text of page links in rich text uses the public page title rather than the admin display title (Andy Chosak) > * Fix: Specific page permission checks are now enforced when viewing a page revision (Andy Chosak) > * Fix: `pageurl` and `slugurl` tags no longer fail when `request.site` is `None` (Samir Shah) > * Fix: Output form media on add/edit image forms with custom models (Matt Westcott) > * Fix: Output form media on add/edit document forms with custom models (Sergey Fedoseev) > * Fix: Layout for the clear checkbox in default FileField widget (Mikalai Radchuk) > * Fix: Remove ASCII conversion from Postgres search backend, to support stemming in non-Latin alphabets (Pavel Denisov) > * Fix: Prevent tab labels on page edit view from being cut off on very narrow screens (Kevin Howbrook) > * Fix: Very long words in page listings are now broken where necessary (Kevin Howbrook) > * Fix: Language chosen in user preferences no longer persists on subsequent requests (Bojan Mihelac) > * Fix: Prevent new block IDs from being assigned on repeated calls to `StreamBlock.get_prep_value` (Colin Klein) > * Fix: Prevent broken images in notification emails when static files are hosted on a remote domain (Eduard Luca) > * Fix: Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott) > * Fix: `DraftailRichTextArea` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev) > * Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott) > * Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott) > * Fix: Regression - missing label for external link URL field in link chooser (Stefani Castellanos) > > ... (truncated)Commits
- [`72dcbb6`](https://github.com/wagtail/wagtail/commit/72dcbb674cac38b488de984719cb20a08542eb5f) Version bump to 2.7 final - [`1914371`](https://github.com/wagtail/wagtail/commit/1914371f4d6411a8b9c1d2d83bc9d5ad6a6afdfe) Fill in release date for 2.7 - [`0e40a77`](https://github.com/wagtail/wagtail/commit/0e40a7707d98cb0e1dd6461fea6822f67a7fedf2) Fetch new translations from Transifex - [`b1412e6`](https://github.com/wagtail/wagtail/commit/b1412e69da6f4388ab644c98210b724e0e090de2) Fix contributor name - [`8a4270e`](https://github.com/wagtail/wagtail/commit/8a4270ea00571ced130111eecbbaf17e9ab9db94) Added label 'URL' for external link - [`9f17821`](https://github.com/wagtail/wagtail/commit/9f178217578227b9631c35635d92c35ef1bb9ccb) Fixed 2.6.3 date in Changelog and updated username on Contributors - [`cce9f8c`](https://github.com/wagtail/wagtail/commit/cce9f8cee365eed77ad3d83ec38963e977e14395) Fetch new translations from Transifex - [`3ccb1f7`](https://github.com/wagtail/wagtail/commit/3ccb1f782d3bb5328474d61eb6c1b1cc71d1920b) Avoid calling versioned_static from static form media definitions ([#5644](https://github-redirect.dependabot.com/wagtail/wagtail/issues/5644)) - [`2ec1e85`](https://github.com/wagtail/wagtail/commit/2ec1e85fceb7f7512343bde74244954b3099452d) Mark Python 3.8 support as official in changelog - [`86288a3`](https://github.com/wagtail/wagtail/commit/86288a3cb09eafe679b0d1007d5d7c1e4828edf3) Formalise Python 3.8 support - Additional commits viewable in [compare view](https://github.com/wagtail/wagtail/compare/v2.6...v2.7)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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)