Release notes
*Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).*
> ## v5.11.0
> * [`b4395f6`](https://github.com/eslint/eslint/commit/b4395f671442a7e0be956382c24cce38025a6df6) New: add option `first` for VariableDeclarator in indent (fixes [#8976](https://github-redirect.dependabot.com/eslint/eslint/issues/8976)) ([#11193](https://github-redirect.dependabot.com/eslint/eslint/issues/11193)) (Pig Fang)
> * [`2b5a602`](https://github.com/eslint/eslint/commit/2b5a60284670a3ab1281b206941ed38faf2ea10c) New: no-useless-catch rule (fixes [#11174](https://github-redirect.dependabot.com/eslint/eslint/issues/11174)) ([#11198](https://github-redirect.dependabot.com/eslint/eslint/issues/11198)) (Alexander Grasley)
> * [`06b3b5b`](https://github.com/eslint/eslint/commit/06b3b5bfcf0429c5078d4f4af3c03bb777e4f022) Fix: Account for comments in implicit-arrow-linebreak ([#10545](https://github-redirect.dependabot.com/eslint/eslint/issues/10545)) (Mark de Dios)
> * [`4242314`](https://github.com/eslint/eslint/commit/4242314215a6f35e432860433906f47af1a29724) Update: handle computed properties in camelcase (fixes [#11084](https://github-redirect.dependabot.com/eslint/eslint/issues/11084)) ([#11113](https://github-redirect.dependabot.com/eslint/eslint/issues/11113)) (Bence Dányi)
> * [`1009304`](https://github.com/eslint/eslint/commit/100930493d9ab802a94dac5c761515b12241ddd2) Docs: add a note for no-unused-expressions (fixes [#11169](https://github-redirect.dependabot.com/eslint/eslint/issues/11169)) ([#11192](https://github-redirect.dependabot.com/eslint/eslint/issues/11192)) (Pig Fang)
> * [`88f99d3`](https://github.com/eslint/eslint/commit/88f99d31b88a4cde4563bc4a6f4c41f0cc557885) Docs: clarify how to use configs in plugins ([#11199](https://github-redirect.dependabot.com/eslint/eslint/issues/11199)) (Kai Cataldo)
> * [`bcf558b`](https://github.com/eslint/eslint/commit/bcf558b2f7036f487af2bdb2b2d34b6cdf7fc174) Docs: Clarify the no-unused-vars docs ([#11195](https://github-redirect.dependabot.com/eslint/eslint/issues/11195)) (Jed Fox)
> * [`a470eb7`](https://github.com/eslint/eslint/commit/a470eb73d52fae0f0bc48de5a487e23cf78fcfa9) Docs: Fix no-irregular-whitespace description ([#11196](https://github-redirect.dependabot.com/eslint/eslint/issues/11196)) (Jed Fox)
> * [`8abc8af`](https://github.com/eslint/eslint/commit/8abc8afe71691b747cbd1819a13d896e8aa5b92a) Docs: Remove a misleading example ([#11204](https://github-redirect.dependabot.com/eslint/eslint/issues/11204)) (Bogdan Gradinariu)
> * [`733d936`](https://github.com/eslint/eslint/commit/733d93618a99758a05453ab94505a9f1330950e0) Docs: link to JSDoc EOL blogpost in valid-jsdoc and require-jsdoc ([#11191](https://github-redirect.dependabot.com/eslint/eslint/issues/11191)) (Nathan Diddle)
> * [`d5eb108`](https://github.com/eslint/eslint/commit/d5eb108e17f676d0e4fcddeb1211b4bdfac760c1) Docs: Ensure `triage` label is added to new issues ([#11182](https://github-redirect.dependabot.com/eslint/eslint/issues/11182)) (Teddy Katz)
> * [`617a287`](https://github.com/eslint/eslint/commit/617a2874ed085bca36ca289aac55e3b7f7ce937e) Docs: add missing deprecation notices for jsdoc rules ([#11171](https://github-redirect.dependabot.com/eslint/eslint/issues/11171)) (Teddy Katz)
Changelog
*Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md).*
> v5.11.0 - December 22, 2018
>
> * [`b4395f6`](https://github.com/eslint/eslint/commit/b4395f671442a7e0be956382c24cce38025a6df6) New: add option `first` for VariableDeclarator in indent (fixes [#8976](https://github-redirect.dependabot.com/eslint/eslint/issues/8976)) ([#11193](https://github-redirect.dependabot.com/eslint/eslint/issues/11193)) (Pig Fang)
> * [`2b5a602`](https://github.com/eslint/eslint/commit/2b5a60284670a3ab1281b206941ed38faf2ea10c) New: no-useless-catch rule (fixes [#11174](https://github-redirect.dependabot.com/eslint/eslint/issues/11174)) ([#11198](https://github-redirect.dependabot.com/eslint/eslint/issues/11198)) (Alexander Grasley)
> * [`06b3b5b`](https://github.com/eslint/eslint/commit/06b3b5bfcf0429c5078d4f4af3c03bb777e4f022) Fix: Account for comments in implicit-arrow-linebreak ([#10545](https://github-redirect.dependabot.com/eslint/eslint/issues/10545)) (Mark de Dios)
> * [`4242314`](https://github.com/eslint/eslint/commit/4242314215a6f35e432860433906f47af1a29724) Update: handle computed properties in camelcase (fixes [#11084](https://github-redirect.dependabot.com/eslint/eslint/issues/11084)) ([#11113](https://github-redirect.dependabot.com/eslint/eslint/issues/11113)) (Bence Dányi)
> * [`1009304`](https://github.com/eslint/eslint/commit/100930493d9ab802a94dac5c761515b12241ddd2) Docs: add a note for no-unused-expressions (fixes [#11169](https://github-redirect.dependabot.com/eslint/eslint/issues/11169)) ([#11192](https://github-redirect.dependabot.com/eslint/eslint/issues/11192)) (Pig Fang)
> * [`88f99d3`](https://github.com/eslint/eslint/commit/88f99d31b88a4cde4563bc4a6f4c41f0cc557885) Docs: clarify how to use configs in plugins ([#11199](https://github-redirect.dependabot.com/eslint/eslint/issues/11199)) (Kai Cataldo)
> * [`bcf558b`](https://github.com/eslint/eslint/commit/bcf558b2f7036f487af2bdb2b2d34b6cdf7fc174) Docs: Clarify the no-unused-vars docs ([#11195](https://github-redirect.dependabot.com/eslint/eslint/issues/11195)) (Jed Fox)
> * [`a470eb7`](https://github.com/eslint/eslint/commit/a470eb73d52fae0f0bc48de5a487e23cf78fcfa9) Docs: Fix no-irregular-whitespace description ([#11196](https://github-redirect.dependabot.com/eslint/eslint/issues/11196)) (Jed Fox)
> * [`8abc8af`](https://github.com/eslint/eslint/commit/8abc8afe71691b747cbd1819a13d896e8aa5b92a) Docs: Remove a misleading example ([#11204](https://github-redirect.dependabot.com/eslint/eslint/issues/11204)) (Bogdan Gradinariu)
> * [`733d936`](https://github.com/eslint/eslint/commit/733d93618a99758a05453ab94505a9f1330950e0) Docs: link to JSDoc EOL blogpost in valid-jsdoc and require-jsdoc ([#11191](https://github-redirect.dependabot.com/eslint/eslint/issues/11191)) (Nathan Diddle)
> * [`d5eb108`](https://github.com/eslint/eslint/commit/d5eb108e17f676d0e4fcddeb1211b4bdfac760c1) Docs: Ensure `triage` label is added to new issues ([#11182](https://github-redirect.dependabot.com/eslint/eslint/issues/11182)) (Teddy Katz)
> * [`617a287`](https://github.com/eslint/eslint/commit/617a2874ed085bca36ca289aac55e3b7f7ce937e) Docs: add missing deprecation notices for jsdoc rules ([#11171](https://github-redirect.dependabot.com/eslint/eslint/issues/11171)) (Teddy Katz)
Commits
- [`0b81fc2`](https://github.com/eslint/eslint/commit/0b81fc2d1931372a89df871543fa401e8e5fa100) 5.11.0
- [`c2d2013`](https://github.com/eslint/eslint/commit/c2d20130ae40aab578437c28159409b453a51140) Build: changelog update for 5.11.0
- [`b4395f6`](https://github.com/eslint/eslint/commit/b4395f671442a7e0be956382c24cce38025a6df6) New: add option `first` for VariableDeclarator in indent (fixes [#8976](https://github-redirect.dependabot.com/eslint/eslint/issues/8976)) ([#11193](https://github-redirect.dependabot.com/eslint/eslint/issues/11193))
- [`2b5a602`](https://github.com/eslint/eslint/commit/2b5a60284670a3ab1281b206941ed38faf2ea10c) New: no-useless-catch rule (fixes [#11174](https://github-redirect.dependabot.com/eslint/eslint/issues/11174)) ([#11198](https://github-redirect.dependabot.com/eslint/eslint/issues/11198))
- [`06b3b5b`](https://github.com/eslint/eslint/commit/06b3b5bfcf0429c5078d4f4af3c03bb777e4f022) Fix: Account for comments in implicit-arrow-linebreak ([#10545](https://github-redirect.dependabot.com/eslint/eslint/issues/10545))
- [`4242314`](https://github.com/eslint/eslint/commit/4242314215a6f35e432860433906f47af1a29724) Update: handle computed properties in camelcase (fixes [#11084](https://github-redirect.dependabot.com/eslint/eslint/issues/11084)) ([#11113](https://github-redirect.dependabot.com/eslint/eslint/issues/11113))
- [`1009304`](https://github.com/eslint/eslint/commit/100930493d9ab802a94dac5c761515b12241ddd2) Docs: add a note for no-unused-expressions (fixes [#11169](https://github-redirect.dependabot.com/eslint/eslint/issues/11169)) ([#11192](https://github-redirect.dependabot.com/eslint/eslint/issues/11192))
- [`88f99d3`](https://github.com/eslint/eslint/commit/88f99d31b88a4cde4563bc4a6f4c41f0cc557885) Docs: clarify how to use configs in plugins ([#11199](https://github-redirect.dependabot.com/eslint/eslint/issues/11199))
- [`bcf558b`](https://github.com/eslint/eslint/commit/bcf558b2f7036f487af2bdb2b2d34b6cdf7fc174) Docs: Clarify the no-unused-vars docs ([#11195](https://github-redirect.dependabot.com/eslint/eslint/issues/11195))
- [`a470eb7`](https://github.com/eslint/eslint/commit/a470eb73d52fae0f0bc48de5a487e23cf78fcfa9) Docs: Fix no-irregular-whitespace description ([#11196](https://github-redirect.dependabot.com/eslint/eslint/issues/11196))
- Additional commits viewable in [compare view](https://github.com/eslint/eslint/compare/v5.10.0...v5.11.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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 eslint from 5.10.0 to 5.11.0.
Release notes
*Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v5.11.0 > * [`b4395f6`](https://github.com/eslint/eslint/commit/b4395f671442a7e0be956382c24cce38025a6df6) New: add option `first` for VariableDeclarator in indent (fixes [#8976](https://github-redirect.dependabot.com/eslint/eslint/issues/8976)) ([#11193](https://github-redirect.dependabot.com/eslint/eslint/issues/11193)) (Pig Fang) > * [`2b5a602`](https://github.com/eslint/eslint/commit/2b5a60284670a3ab1281b206941ed38faf2ea10c) New: no-useless-catch rule (fixes [#11174](https://github-redirect.dependabot.com/eslint/eslint/issues/11174)) ([#11198](https://github-redirect.dependabot.com/eslint/eslint/issues/11198)) (Alexander Grasley) > * [`06b3b5b`](https://github.com/eslint/eslint/commit/06b3b5bfcf0429c5078d4f4af3c03bb777e4f022) Fix: Account for comments in implicit-arrow-linebreak ([#10545](https://github-redirect.dependabot.com/eslint/eslint/issues/10545)) (Mark de Dios) > * [`4242314`](https://github.com/eslint/eslint/commit/4242314215a6f35e432860433906f47af1a29724) Update: handle computed properties in camelcase (fixes [#11084](https://github-redirect.dependabot.com/eslint/eslint/issues/11084)) ([#11113](https://github-redirect.dependabot.com/eslint/eslint/issues/11113)) (Bence Dányi) > * [`1009304`](https://github.com/eslint/eslint/commit/100930493d9ab802a94dac5c761515b12241ddd2) Docs: add a note for no-unused-expressions (fixes [#11169](https://github-redirect.dependabot.com/eslint/eslint/issues/11169)) ([#11192](https://github-redirect.dependabot.com/eslint/eslint/issues/11192)) (Pig Fang) > * [`88f99d3`](https://github.com/eslint/eslint/commit/88f99d31b88a4cde4563bc4a6f4c41f0cc557885) Docs: clarify how to use configs in plugins ([#11199](https://github-redirect.dependabot.com/eslint/eslint/issues/11199)) (Kai Cataldo) > * [`bcf558b`](https://github.com/eslint/eslint/commit/bcf558b2f7036f487af2bdb2b2d34b6cdf7fc174) Docs: Clarify the no-unused-vars docs ([#11195](https://github-redirect.dependabot.com/eslint/eslint/issues/11195)) (Jed Fox) > * [`a470eb7`](https://github.com/eslint/eslint/commit/a470eb73d52fae0f0bc48de5a487e23cf78fcfa9) Docs: Fix no-irregular-whitespace description ([#11196](https://github-redirect.dependabot.com/eslint/eslint/issues/11196)) (Jed Fox) > * [`8abc8af`](https://github.com/eslint/eslint/commit/8abc8afe71691b747cbd1819a13d896e8aa5b92a) Docs: Remove a misleading example ([#11204](https://github-redirect.dependabot.com/eslint/eslint/issues/11204)) (Bogdan Gradinariu) > * [`733d936`](https://github.com/eslint/eslint/commit/733d93618a99758a05453ab94505a9f1330950e0) Docs: link to JSDoc EOL blogpost in valid-jsdoc and require-jsdoc ([#11191](https://github-redirect.dependabot.com/eslint/eslint/issues/11191)) (Nathan Diddle) > * [`d5eb108`](https://github.com/eslint/eslint/commit/d5eb108e17f676d0e4fcddeb1211b4bdfac760c1) Docs: Ensure `triage` label is added to new issues ([#11182](https://github-redirect.dependabot.com/eslint/eslint/issues/11182)) (Teddy Katz) > * [`617a287`](https://github.com/eslint/eslint/commit/617a2874ed085bca36ca289aac55e3b7f7ce937e) Docs: add missing deprecation notices for jsdoc rules ([#11171](https://github-redirect.dependabot.com/eslint/eslint/issues/11171)) (Teddy Katz)Changelog
*Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md).* > v5.11.0 - December 22, 2018 > > * [`b4395f6`](https://github.com/eslint/eslint/commit/b4395f671442a7e0be956382c24cce38025a6df6) New: add option `first` for VariableDeclarator in indent (fixes [#8976](https://github-redirect.dependabot.com/eslint/eslint/issues/8976)) ([#11193](https://github-redirect.dependabot.com/eslint/eslint/issues/11193)) (Pig Fang) > * [`2b5a602`](https://github.com/eslint/eslint/commit/2b5a60284670a3ab1281b206941ed38faf2ea10c) New: no-useless-catch rule (fixes [#11174](https://github-redirect.dependabot.com/eslint/eslint/issues/11174)) ([#11198](https://github-redirect.dependabot.com/eslint/eslint/issues/11198)) (Alexander Grasley) > * [`06b3b5b`](https://github.com/eslint/eslint/commit/06b3b5bfcf0429c5078d4f4af3c03bb777e4f022) Fix: Account for comments in implicit-arrow-linebreak ([#10545](https://github-redirect.dependabot.com/eslint/eslint/issues/10545)) (Mark de Dios) > * [`4242314`](https://github.com/eslint/eslint/commit/4242314215a6f35e432860433906f47af1a29724) Update: handle computed properties in camelcase (fixes [#11084](https://github-redirect.dependabot.com/eslint/eslint/issues/11084)) ([#11113](https://github-redirect.dependabot.com/eslint/eslint/issues/11113)) (Bence Dányi) > * [`1009304`](https://github.com/eslint/eslint/commit/100930493d9ab802a94dac5c761515b12241ddd2) Docs: add a note for no-unused-expressions (fixes [#11169](https://github-redirect.dependabot.com/eslint/eslint/issues/11169)) ([#11192](https://github-redirect.dependabot.com/eslint/eslint/issues/11192)) (Pig Fang) > * [`88f99d3`](https://github.com/eslint/eslint/commit/88f99d31b88a4cde4563bc4a6f4c41f0cc557885) Docs: clarify how to use configs in plugins ([#11199](https://github-redirect.dependabot.com/eslint/eslint/issues/11199)) (Kai Cataldo) > * [`bcf558b`](https://github.com/eslint/eslint/commit/bcf558b2f7036f487af2bdb2b2d34b6cdf7fc174) Docs: Clarify the no-unused-vars docs ([#11195](https://github-redirect.dependabot.com/eslint/eslint/issues/11195)) (Jed Fox) > * [`a470eb7`](https://github.com/eslint/eslint/commit/a470eb73d52fae0f0bc48de5a487e23cf78fcfa9) Docs: Fix no-irregular-whitespace description ([#11196](https://github-redirect.dependabot.com/eslint/eslint/issues/11196)) (Jed Fox) > * [`8abc8af`](https://github.com/eslint/eslint/commit/8abc8afe71691b747cbd1819a13d896e8aa5b92a) Docs: Remove a misleading example ([#11204](https://github-redirect.dependabot.com/eslint/eslint/issues/11204)) (Bogdan Gradinariu) > * [`733d936`](https://github.com/eslint/eslint/commit/733d93618a99758a05453ab94505a9f1330950e0) Docs: link to JSDoc EOL blogpost in valid-jsdoc and require-jsdoc ([#11191](https://github-redirect.dependabot.com/eslint/eslint/issues/11191)) (Nathan Diddle) > * [`d5eb108`](https://github.com/eslint/eslint/commit/d5eb108e17f676d0e4fcddeb1211b4bdfac760c1) Docs: Ensure `triage` label is added to new issues ([#11182](https://github-redirect.dependabot.com/eslint/eslint/issues/11182)) (Teddy Katz) > * [`617a287`](https://github.com/eslint/eslint/commit/617a2874ed085bca36ca289aac55e3b7f7ce937e) Docs: add missing deprecation notices for jsdoc rules ([#11171](https://github-redirect.dependabot.com/eslint/eslint/issues/11171)) (Teddy Katz)Commits
- [`0b81fc2`](https://github.com/eslint/eslint/commit/0b81fc2d1931372a89df871543fa401e8e5fa100) 5.11.0 - [`c2d2013`](https://github.com/eslint/eslint/commit/c2d20130ae40aab578437c28159409b453a51140) Build: changelog update for 5.11.0 - [`b4395f6`](https://github.com/eslint/eslint/commit/b4395f671442a7e0be956382c24cce38025a6df6) New: add option `first` for VariableDeclarator in indent (fixes [#8976](https://github-redirect.dependabot.com/eslint/eslint/issues/8976)) ([#11193](https://github-redirect.dependabot.com/eslint/eslint/issues/11193)) - [`2b5a602`](https://github.com/eslint/eslint/commit/2b5a60284670a3ab1281b206941ed38faf2ea10c) New: no-useless-catch rule (fixes [#11174](https://github-redirect.dependabot.com/eslint/eslint/issues/11174)) ([#11198](https://github-redirect.dependabot.com/eslint/eslint/issues/11198)) - [`06b3b5b`](https://github.com/eslint/eslint/commit/06b3b5bfcf0429c5078d4f4af3c03bb777e4f022) Fix: Account for comments in implicit-arrow-linebreak ([#10545](https://github-redirect.dependabot.com/eslint/eslint/issues/10545)) - [`4242314`](https://github.com/eslint/eslint/commit/4242314215a6f35e432860433906f47af1a29724) Update: handle computed properties in camelcase (fixes [#11084](https://github-redirect.dependabot.com/eslint/eslint/issues/11084)) ([#11113](https://github-redirect.dependabot.com/eslint/eslint/issues/11113)) - [`1009304`](https://github.com/eslint/eslint/commit/100930493d9ab802a94dac5c761515b12241ddd2) Docs: add a note for no-unused-expressions (fixes [#11169](https://github-redirect.dependabot.com/eslint/eslint/issues/11169)) ([#11192](https://github-redirect.dependabot.com/eslint/eslint/issues/11192)) - [`88f99d3`](https://github.com/eslint/eslint/commit/88f99d31b88a4cde4563bc4a6f4c41f0cc557885) Docs: clarify how to use configs in plugins ([#11199](https://github-redirect.dependabot.com/eslint/eslint/issues/11199)) - [`bcf558b`](https://github.com/eslint/eslint/commit/bcf558b2f7036f487af2bdb2b2d34b6cdf7fc174) Docs: Clarify the no-unused-vars docs ([#11195](https://github-redirect.dependabot.com/eslint/eslint/issues/11195)) - [`a470eb7`](https://github.com/eslint/eslint/commit/a470eb73d52fae0f0bc48de5a487e23cf78fcfa9) Docs: Fix no-irregular-whitespace description ([#11196](https://github-redirect.dependabot.com/eslint/eslint/issues/11196)) - Additional commits viewable in [compare view](https://github.com/eslint/eslint/compare/v5.10.0...v5.11.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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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.