Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/snowflakedb/gosnowflake from 1.3.12 to 1.4.0 #452

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 17, 2021

Bumps github.com/snowflakedb/gosnowflake from 1.3.12 to 1.4.0.

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Production Release

  • Added support for performing asynchronous queries.

Production Release

  • Added an option to override the HTTP transport to support accessing and managing tokens for authentication.
  • Added support to use a Config struct to specify settings when opening a connection.
  • Passed additional context to the logger.
  • Provided the ability to set the request ID in the context.
  • Updated the logging framework to use logrus. Provided the ability to replace the logger used by the driver.
Commits
  • 5541ec7 SNOW-274797: Bumped up GoLang connector MINOR version from 1.3.13 to 1.4.0 (#...
  • 383c9cf SNOW-160505 Async Support (#331)
  • 8a5169b Merge pull request #369 from snowflakedb/SNOW-254781/add_precommit_secret_sca...
  • 8b451b2 SNOW-254781: Adding precommit secret scanning hook
  • 5037385 SNOW-258465: Bumped up GoLang connector PATCH version from 1.3.12 to 1.3.13 (...
  • e909f00 SNOW-208979 Add option to trigger Github Action Build/Test manually (#361)
  • af4ab84 Merge pull request #364 from snowflakedb/dwu-http-roundtripper
  • 2fa70fd SNOW-209082 Add HTTP transport override to support future token accessor
  • 7155e79 SNOW-209090 Support opening connection with Config struct
  • 871ac42 SNOW-239637 Logging with context (#362)
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.3.12 to 1.4.0.
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/CHANGELOG.md)
- [Commits](snowflakedb/gosnowflake@v1.3.12...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot requested a review from a team as a code owner February 17, 2021 00:40
@dependabot-preview dependabot-preview bot added the dependencies Used by dependabot label Feb 17, 2021
@github-actions
Copy link

Integration tests success for 5d92c32196abf91b01e03e5905fcf28ca6fe1547

@github-actions
Copy link

Integration tests success for 3e0682bf625be86ec6183fba2c9c2fa51ebca3e9

@github-actions
Copy link

Integration tests success for 12d5579609d44d2222e80ca438221eaaddfb1f0e

@czimergebot czimergebot merged commit bbaaa93 into main Feb 17, 2021
@czimergebot czimergebot deleted the dependabot/go_modules/github.com/snowflakedb/gosnowflake-1.4.0 branch February 17, 2021 17:40
gjv9491 pushed a commit to gjv9491/terraform-provider-snowflake that referenced this pull request Mar 19, 2021
…ke-Labs#452)

Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.3.12 to 1.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/snowflakedb/gosnowflake/releases">github.com/snowflakedb/gosnowflake's releases</a>.</em></p>
<blockquote>
<h2>Production Release</h2>
<ul>
<li>Added support for performing asynchronous queries.</li>
</ul>
<h2>Production Release</h2>
<ul>
<li>Added an option to override the HTTP transport to support accessing and managing tokens for authentication.</li>
<li>Added support to use a Config struct to specify settings when opening a connection.</li>
<li>Passed additional context to the logger.</li>
<li>Provided the ability to set the request ID in the context.</li>
<li>Updated the logging framework to use logrus. Provided the ability to replace the logger used by the driver.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/5541ec79b91441bcfcdf55ecd67fba482d541eac"><code>5541ec7</code></a> SNOW-274797: Bumped up GoLang connector MINOR version from 1.3.13 to 1.4.0 (#...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/383c9cfc38fc9e8c3fd224bc710257d90c099edc"><code>383c9cf</code></a> SNOW-160505 Async Support (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/331">#331</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/8a5169b6a97e1e03e10ccca830893a38a82671b5"><code>8a5169b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/369">#369</a> from snowflakedb/SNOW-254781/add_precommit_secret_sca...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/8b451b2bad1e3700e0bf5c3fb57eaa20ddaffc55"><code>8b451b2</code></a> SNOW-254781: Adding precommit secret scanning hook</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/50373856186902f6aa0bf85f4dea82bbb3550c90"><code>5037385</code></a> SNOW-258465: Bumped up GoLang connector PATCH version from 1.3.12 to 1.3.13 (...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/e909f00ff624a7e60d4f91718f6adc92cbd0d80f"><code>e909f00</code></a> SNOW-208979 Add option to trigger Github Action Build/Test manually (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/361">#361</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/af4ab841e0d69c0eec2ff3695f1f4196323c9712"><code>af4ab84</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/364">#364</a> from snowflakedb/dwu-http-roundtripper</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/2fa70fd3220edb7369b0ae7d983838f63b8afd95"><code>2fa70fd</code></a> SNOW-209082 Add HTTP transport override to support future token accessor</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/7155e79876a10dbd63d93e9356bd6eda60f72fbe"><code>7155e79</code></a> SNOW-209090 Support opening connection with Config struct</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/871ac428df3004ed2361fc83d9049a950754fa4e"><code>871ac42</code></a> SNOW-239637 Logging with context (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/362">#362</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/snowflakedb/gosnowflake/compare/v1.3.12...v1.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/snowflakedb/gosnowflake&package-manager=go_modules&previous-version=1.3.12&new-version=1.4.0)](https://dependabot.com/compatibility-score/?dependency-name=github.com/snowflakedb/gosnowflake&package-manager=go_modules&previous-version=1.3.12&new-version=1.4.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-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
anton-chekanov pushed a commit to anton-chekanov/terraform-provider-snowflake that referenced this pull request Jan 25, 2022
…ke-Labs#452)

Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.3.12 to 1.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/snowflakedb/gosnowflake/releases">github.com/snowflakedb/gosnowflake's releases</a>.</em></p>
<blockquote>
<h2>Production Release</h2>
<ul>
<li>Added support for performing asynchronous queries.</li>
</ul>
<h2>Production Release</h2>
<ul>
<li>Added an option to override the HTTP transport to support accessing and managing tokens for authentication.</li>
<li>Added support to use a Config struct to specify settings when opening a connection.</li>
<li>Passed additional context to the logger.</li>
<li>Provided the ability to set the request ID in the context.</li>
<li>Updated the logging framework to use logrus. Provided the ability to replace the logger used by the driver.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/5541ec79b91441bcfcdf55ecd67fba482d541eac"><code>5541ec7</code></a> SNOW-274797: Bumped up GoLang connector MINOR version from 1.3.13 to 1.4.0 (#...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/383c9cfc38fc9e8c3fd224bc710257d90c099edc"><code>383c9cf</code></a> SNOW-160505 Async Support (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/331">#331</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/8a5169b6a97e1e03e10ccca830893a38a82671b5"><code>8a5169b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/369">#369</a> from snowflakedb/SNOW-254781/add_precommit_secret_sca...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/8b451b2bad1e3700e0bf5c3fb57eaa20ddaffc55"><code>8b451b2</code></a> SNOW-254781: Adding precommit secret scanning hook</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/50373856186902f6aa0bf85f4dea82bbb3550c90"><code>5037385</code></a> SNOW-258465: Bumped up GoLang connector PATCH version from 1.3.12 to 1.3.13 (...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/e909f00ff624a7e60d4f91718f6adc92cbd0d80f"><code>e909f00</code></a> SNOW-208979 Add option to trigger Github Action Build/Test manually (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/361">#361</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/af4ab841e0d69c0eec2ff3695f1f4196323c9712"><code>af4ab84</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/364">#364</a> from snowflakedb/dwu-http-roundtripper</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/2fa70fd3220edb7369b0ae7d983838f63b8afd95"><code>2fa70fd</code></a> SNOW-209082 Add HTTP transport override to support future token accessor</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/7155e79876a10dbd63d93e9356bd6eda60f72fbe"><code>7155e79</code></a> SNOW-209090 Support opening connection with Config struct</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/871ac428df3004ed2361fc83d9049a950754fa4e"><code>871ac42</code></a> SNOW-239637 Logging with context (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/362">#362</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/snowflakedb/gosnowflake/compare/v1.3.12...v1.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/snowflakedb/gosnowflake&package-manager=go_modules&previous-version=1.3.12&new-version=1.4.0)](https://dependabot.com/compatibility-score/?dependency-name=github.com/snowflakedb/gosnowflake&package-manager=go_modules&previous-version=1.3.12&new-version=1.4.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-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
daniepett pushed a commit to daniepett/terraform-provider-snowflake that referenced this pull request Feb 9, 2022
…ke-Labs#452)

Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.3.12 to 1.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/snowflakedb/gosnowflake/releases">github.com/snowflakedb/gosnowflake's releases</a>.</em></p>
<blockquote>
<h2>Production Release</h2>
<ul>
<li>Added support for performing asynchronous queries.</li>
</ul>
<h2>Production Release</h2>
<ul>
<li>Added an option to override the HTTP transport to support accessing and managing tokens for authentication.</li>
<li>Added support to use a Config struct to specify settings when opening a connection.</li>
<li>Passed additional context to the logger.</li>
<li>Provided the ability to set the request ID in the context.</li>
<li>Updated the logging framework to use logrus. Provided the ability to replace the logger used by the driver.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/5541ec79b91441bcfcdf55ecd67fba482d541eac"><code>5541ec7</code></a> SNOW-274797: Bumped up GoLang connector MINOR version from 1.3.13 to 1.4.0 (#...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/383c9cfc38fc9e8c3fd224bc710257d90c099edc"><code>383c9cf</code></a> SNOW-160505 Async Support (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/331">#331</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/8a5169b6a97e1e03e10ccca830893a38a82671b5"><code>8a5169b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/369">#369</a> from snowflakedb/SNOW-254781/add_precommit_secret_sca...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/8b451b2bad1e3700e0bf5c3fb57eaa20ddaffc55"><code>8b451b2</code></a> SNOW-254781: Adding precommit secret scanning hook</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/50373856186902f6aa0bf85f4dea82bbb3550c90"><code>5037385</code></a> SNOW-258465: Bumped up GoLang connector PATCH version from 1.3.12 to 1.3.13 (...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/e909f00ff624a7e60d4f91718f6adc92cbd0d80f"><code>e909f00</code></a> SNOW-208979 Add option to trigger Github Action Build/Test manually (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/361">#361</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/af4ab841e0d69c0eec2ff3695f1f4196323c9712"><code>af4ab84</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/364">#364</a> from snowflakedb/dwu-http-roundtripper</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/2fa70fd3220edb7369b0ae7d983838f63b8afd95"><code>2fa70fd</code></a> SNOW-209082 Add HTTP transport override to support future token accessor</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/7155e79876a10dbd63d93e9356bd6eda60f72fbe"><code>7155e79</code></a> SNOW-209090 Support opening connection with Config struct</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/871ac428df3004ed2361fc83d9049a950754fa4e"><code>871ac42</code></a> SNOW-239637 Logging with context (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/362">#362</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/snowflakedb/gosnowflake/compare/v1.3.12...v1.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/snowflakedb/gosnowflake&package-manager=go_modules&previous-version=1.3.12&new-version=1.4.0)](https://dependabot.com/compatibility-score/?dependency-name=github.com/snowflakedb/gosnowflake&package-manager=go_modules&previous-version=1.3.12&new-version=1.4.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-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Used by dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants