Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).*
> ## pre-commit v1.18.2
> ### Fixes
> - Make default python lookup more deterministic to avoid redundant installs
> - [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) PR by [@scop](https://github.com/scop).
>
> ## pre-commit v1.18.1
> ### Fixes
> - Fix installation of `rust` hooks with new `cargo`
> - [#1112](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1112) issue by [@zimbatm](https://github.com/zimbatm).
> - [#1113](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1113) PR by [@zimbatm](https://github.com/zimbatm).
>
> ## pre-commit v1.18.0
> ### Features
> - Use the current running executable if it matches the requested `language_version`
> - [#1062](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1062) PR by [@asottile](https://github.com/asottile).
> - Print the stage when a hook is not found
> - [#1078](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1078) issue by [@madkinsz](https://github.com/madkinsz).
> - [#1079](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1079) PR by [@madkinsz](https://github.com/madkinsz).
> - `pre-commit autoupdate` now supports non-`master` default branches
> - [#1089](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1089) PR by [@asottile](https://github.com/asottile).
> - Add `pre-commit init-templatedir` which makes it easier to automatically enable `pre-commit` in cloned repositories.
> - [#1084](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1084) issue by [@ssbarnea](https://github.com/ssbarnea).
> - [#1090](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1090) PR by [@asottile](https://github.com/asottile).
> - [#1107](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1107) PR by [@asottile](https://github.com/asottile).
> - pre-commit's color can be controlled using `PRE_COMMIT_COLOR={auto,always,never}`
> - [#1073](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1073) issue by [@saper](https://github.com/saper).
> - [#1092](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1092) PR by [@geieredgar](https://github.com/geieredgar).
> - [#1098](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1098) PR by [@geieredgar](https://github.com/geieredgar).
> - pre-commit's color can now be disabled using `TERM=dumb`
> - [#1073](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1073) issue by [@saper](https://github.com/saper).
> - [#1103](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1103) PR by [@asottile](https://github.com/asottile).
> - pre-commit now supports `docker` based hooks on windows
> - [#1072](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1072) by [@cz-fish](https://github.com/cz-fish).
> - [#1093](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1093) PR by [@geieredgar](https://github.com/geieredgar).
>
> ### Fixes
> - Fix shallow clone
> - [#1077](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1077) PR by [@asottile](https://github.com/asottile).
> - Fix autoupdate version flip flop when using shallow cloning
> - [#1076](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1076) issue by [@mxr](https://github.com/mxr).
> - [#1088](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1088) PR by [@asottile](https://github.com/asottile).
> - Fix autoupdate when the current revision is invalid
> - [#1088](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1088) PR by [@asottile](https://github.com/asottile).
>
> ### Misc.
> - Replace development instructions with `tox --devenv ...`
> - [#1032](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1032) issue by [@yoavcaspi](https://github.com/yoavcaspi).
> - [#1067](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1067) PR by [@asottile](https://github.com/asottile).
>
> ## pre-commit v1.17.0
> ... (truncated)
Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).*
> 1.18.2 - 2019-08-15
> ===================
>
> ### Fixes
> - Make default python lookup more deterministic to avoid redundant installs
> - [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) PR by [@scop](https://github.com/scop).
>
> 1.18.1 - 2019-08-11
> ===================
>
> ### Fixes
> - Fix installation of `rust` hooks with new `cargo`
> - [#1112](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1112) issue by [@zimbatm](https://github.com/zimbatm).
> - [#1113](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1113) PR by [@zimbatm](https://github.com/zimbatm).
>
> 1.18.0 - 2019-08-03
> ===================
>
> ### Features
> - Use the current running executable if it matches the requested
> `language_version`
> - [#1062](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1062) PR by [@asottile](https://github.com/asottile).
> - Print the stage when a hook is not found
> - [#1078](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1078) issue by [@madkinsz](https://github.com/madkinsz).
> - [#1079](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1079) PR by [@madkinsz](https://github.com/madkinsz).
> - `pre-commit autoupdate` now supports non-`master` default branches
> - [#1089](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1089) PR by [@asottile](https://github.com/asottile).
> - Add `pre-commit init-templatedir` which makes it easier to automatically
> enable `pre-commit` in cloned repositories.
> - [#1084](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1084) issue by [@ssbarnea](https://github.com/ssbarnea).
> - [#1090](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1090) PR by [@asottile](https://github.com/asottile).
> - [#1107](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1107) PR by [@asottile](https://github.com/asottile).
> - pre-commit's color can be controlled using
> `PRE_COMMIT_COLOR={auto,always,never}`
> - [#1073](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1073) issue by [@saper](https://github.com/saper).
> - [#1092](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1092) PR by [@geieredgar](https://github.com/geieredgar).
> - [#1098](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1098) PR by [@geieredgar](https://github.com/geieredgar).
> - pre-commit's color can now be disabled using `TERM=dumb`
> - [#1073](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1073) issue by [@saper](https://github.com/saper).
> - [#1103](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1103) PR by [@asottile](https://github.com/asottile).
> - pre-commit now supports `docker` based hooks on windows
> - [#1072](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1072) by [@cz-fish](https://github.com/cz-fish).
> - [#1093](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1093) PR by [@geieredgar](https://github.com/geieredgar).
>
> ### Fixes
> - Fix shallow clone
> - [#1077](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1077) PR by [@asottile](https://github.com/asottile).
> - Fix autoupdate version flip flop when using shallow cloning
> - [#1076](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1076) issue by [@mxr](https://github.com/mxr).
> - [#1088](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1088) PR by [@asottile](https://github.com/asottile).
> ... (truncated)
Commits
- [`7f90039`](https://github.com/pre-commit/pre-commit/commit/7f900395ec8fa2de7962694e11a206af33dc9fcd) v1.18.2
- [`7c376cb`](https://github.com/pre-commit/pre-commit/commit/7c376cb4d6b017cfbb4a57f00b3a1f73d9a00ce7) Merge pull request [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) from scop/py3-default-version
- [`f84b197`](https://github.com/pre-commit/pre-commit/commit/f84b19748d7d0dfda496b73ab365a2e64b377696) Patch the correct find_executable
- [`5622760`](https://github.com/pre-commit/pre-commit/commit/562276098c5c42f364cdf836e1842d30265fd4ef) Address more [@asottile](https://github.com/asottile)'s review comments
- [`38da98d`](https://github.com/pre-commit/pre-commit/commit/38da98d2d65d9df37671aba3f10fbbd080fadd4a) Address [@asottile](https://github.com/asottile)'s review comments
- [`c377830`](https://github.com/pre-commit/pre-commit/commit/c3778308980be22f0d2708b7ffeed2d3e11e60fb) Mock find_executable for find_by_sys_executable test
- [`66a78ce`](https://github.com/pre-commit/pre-commit/commit/66a78ce819bf2e1b409568929021456d019f91c0) Merge pull request [#1116](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1116) from scop/spelling
- [`fa2e154`](https://github.com/pre-commit/pre-commit/commit/fa2e154b419238532cba9664fd444bcc00dfb787) Stabilize python default version lookup
- [`dd46fde`](https://github.com/pre-commit/pre-commit/commit/dd46fde3846fd7742033014bd10b6fc827b7229a) Spelling fixes
- [`7c69730`](https://github.com/pre-commit/pre-commit/commit/7c69730ad27cafafe589a9726878cb235c93d916) v1.18.1
- Additional commits viewable in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.15.2...v1.18.2)
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)
Finally, you can contact us by mentioning @dependabot.
Bumps pre-commit from 1.15.2 to 1.18.2.
Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).* > ## pre-commit v1.18.2 > ### Fixes > - Make default python lookup more deterministic to avoid redundant installs > - [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) PR by [@scop](https://github.com/scop). > > ## pre-commit v1.18.1 > ### Fixes > - Fix installation of `rust` hooks with new `cargo` > - [#1112](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1112) issue by [@zimbatm](https://github.com/zimbatm). > - [#1113](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1113) PR by [@zimbatm](https://github.com/zimbatm). > > ## pre-commit v1.18.0 > ### Features > - Use the current running executable if it matches the requested `language_version` > - [#1062](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1062) PR by [@asottile](https://github.com/asottile). > - Print the stage when a hook is not found > - [#1078](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1078) issue by [@madkinsz](https://github.com/madkinsz). > - [#1079](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1079) PR by [@madkinsz](https://github.com/madkinsz). > - `pre-commit autoupdate` now supports non-`master` default branches > - [#1089](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1089) PR by [@asottile](https://github.com/asottile). > - Add `pre-commit init-templatedir` which makes it easier to automatically enable `pre-commit` in cloned repositories. > - [#1084](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1084) issue by [@ssbarnea](https://github.com/ssbarnea). > - [#1090](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1090) PR by [@asottile](https://github.com/asottile). > - [#1107](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1107) PR by [@asottile](https://github.com/asottile). > - pre-commit's color can be controlled using `PRE_COMMIT_COLOR={auto,always,never}` > - [#1073](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1073) issue by [@saper](https://github.com/saper). > - [#1092](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1092) PR by [@geieredgar](https://github.com/geieredgar). > - [#1098](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1098) PR by [@geieredgar](https://github.com/geieredgar). > - pre-commit's color can now be disabled using `TERM=dumb` > - [#1073](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1073) issue by [@saper](https://github.com/saper). > - [#1103](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1103) PR by [@asottile](https://github.com/asottile). > - pre-commit now supports `docker` based hooks on windows > - [#1072](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1072) by [@cz-fish](https://github.com/cz-fish). > - [#1093](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1093) PR by [@geieredgar](https://github.com/geieredgar). > > ### Fixes > - Fix shallow clone > - [#1077](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1077) PR by [@asottile](https://github.com/asottile). > - Fix autoupdate version flip flop when using shallow cloning > - [#1076](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1076) issue by [@mxr](https://github.com/mxr). > - [#1088](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1088) PR by [@asottile](https://github.com/asottile). > - Fix autoupdate when the current revision is invalid > - [#1088](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1088) PR by [@asottile](https://github.com/asottile). > > ### Misc. > - Replace development instructions with `tox --devenv ...` > - [#1032](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1032) issue by [@yoavcaspi](https://github.com/yoavcaspi). > - [#1067](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1067) PR by [@asottile](https://github.com/asottile). > > ## pre-commit v1.17.0 > ... (truncated)Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).* > 1.18.2 - 2019-08-15 > =================== > > ### Fixes > - Make default python lookup more deterministic to avoid redundant installs > - [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) PR by [@scop](https://github.com/scop). > > 1.18.1 - 2019-08-11 > =================== > > ### Fixes > - Fix installation of `rust` hooks with new `cargo` > - [#1112](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1112) issue by [@zimbatm](https://github.com/zimbatm). > - [#1113](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1113) PR by [@zimbatm](https://github.com/zimbatm). > > 1.18.0 - 2019-08-03 > =================== > > ### Features > - Use the current running executable if it matches the requested > `language_version` > - [#1062](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1062) PR by [@asottile](https://github.com/asottile). > - Print the stage when a hook is not found > - [#1078](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1078) issue by [@madkinsz](https://github.com/madkinsz). > - [#1079](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1079) PR by [@madkinsz](https://github.com/madkinsz). > - `pre-commit autoupdate` now supports non-`master` default branches > - [#1089](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1089) PR by [@asottile](https://github.com/asottile). > - Add `pre-commit init-templatedir` which makes it easier to automatically > enable `pre-commit` in cloned repositories. > - [#1084](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1084) issue by [@ssbarnea](https://github.com/ssbarnea). > - [#1090](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1090) PR by [@asottile](https://github.com/asottile). > - [#1107](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1107) PR by [@asottile](https://github.com/asottile). > - pre-commit's color can be controlled using > `PRE_COMMIT_COLOR={auto,always,never}` > - [#1073](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1073) issue by [@saper](https://github.com/saper). > - [#1092](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1092) PR by [@geieredgar](https://github.com/geieredgar). > - [#1098](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1098) PR by [@geieredgar](https://github.com/geieredgar). > - pre-commit's color can now be disabled using `TERM=dumb` > - [#1073](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1073) issue by [@saper](https://github.com/saper). > - [#1103](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1103) PR by [@asottile](https://github.com/asottile). > - pre-commit now supports `docker` based hooks on windows > - [#1072](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1072) by [@cz-fish](https://github.com/cz-fish). > - [#1093](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1093) PR by [@geieredgar](https://github.com/geieredgar). > > ### Fixes > - Fix shallow clone > - [#1077](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1077) PR by [@asottile](https://github.com/asottile). > - Fix autoupdate version flip flop when using shallow cloning > - [#1076](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1076) issue by [@mxr](https://github.com/mxr). > - [#1088](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1088) PR by [@asottile](https://github.com/asottile). > ... (truncated)Commits
- [`7f90039`](https://github.com/pre-commit/pre-commit/commit/7f900395ec8fa2de7962694e11a206af33dc9fcd) v1.18.2 - [`7c376cb`](https://github.com/pre-commit/pre-commit/commit/7c376cb4d6b017cfbb4a57f00b3a1f73d9a00ce7) Merge pull request [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) from scop/py3-default-version - [`f84b197`](https://github.com/pre-commit/pre-commit/commit/f84b19748d7d0dfda496b73ab365a2e64b377696) Patch the correct find_executable - [`5622760`](https://github.com/pre-commit/pre-commit/commit/562276098c5c42f364cdf836e1842d30265fd4ef) Address more [@asottile](https://github.com/asottile)'s review comments - [`38da98d`](https://github.com/pre-commit/pre-commit/commit/38da98d2d65d9df37671aba3f10fbbd080fadd4a) Address [@asottile](https://github.com/asottile)'s review comments - [`c377830`](https://github.com/pre-commit/pre-commit/commit/c3778308980be22f0d2708b7ffeed2d3e11e60fb) Mock find_executable for find_by_sys_executable test - [`66a78ce`](https://github.com/pre-commit/pre-commit/commit/66a78ce819bf2e1b409568929021456d019f91c0) Merge pull request [#1116](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1116) from scop/spelling - [`fa2e154`](https://github.com/pre-commit/pre-commit/commit/fa2e154b419238532cba9664fd444bcc00dfb787) Stabilize python default version lookup - [`dd46fde`](https://github.com/pre-commit/pre-commit/commit/dd46fde3846fd7742033014bd10b6fc827b7229a) Spelling fixes - [`7c69730`](https://github.com/pre-commit/pre-commit/commit/7c69730ad27cafafe589a9726878cb235c93d916) v1.18.1 - Additional commits viewable in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.15.2...v1.18.2)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) Finally, you can contact us by mentioning @dependabot.