dependabot[bot] opened a new pull request, #599: URL: https://github.com/apache/iceberg-go/pull/599
Bumps the gomod_updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.12.0` | `1.13.0` | | [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) | `1.129.1` | `1.131.0` | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.88.3` | `1.88.4` | | [github.com/docker/docker](https://github.com/docker/docker) | `28.5.0+incompatible` | `28.5.1+incompatible` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.251.0` | `0.252.0` | Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.12.0 to 1.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases</a>.</em></p> <blockquote> <h2>sdk/azidentity/v1.13.0</h2> <h2>1.13.0 (2025-10-07)</h2> <h3>Features Added</h3> <ul> <li>Added <code>AzurePowerShellCredential</code>, which authenticates as the identity logged in to Azure PowerShell (thanks <a href="https://github.com/ArmaanMcleod">ArmaanMcleod</a>)</li> <li>When <code>AZURE_TOKEN_CREDENTIALS</code> is set to <code>ManagedIdentityCredential</code>, <code>DefaultAzureCredential</code> behaves the same as does <code>ManagedIdentityCredential</code> when used directly. It doesn't apply special retry configuration or attempt to determine whether IMDS is available. (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/25265">#25265</a>)</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Removed the <code>WorkloadIdentityCredential</code> support for identity binding mode added in v1.13.0-beta.1. It will return in v1.14.0-beta.1</li> </ul> <h2>sdk/azidentity/v1.13.0-beta.1</h2> <h2>1.13.0-beta.1 (2025-09-17)</h2> <h3>Features Added</h3> <ul> <li>Added <code>AzurePowerShellCredential</code>, which authenticates as the identity logged in to Azure PowerShell (thanks <a href="https://github.com/ArmaanMcleod">ArmaanMcleod</a>)</li> <li><code>WorkloadIdentityCredential</code> supports identity binding mode (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/25056">#25056</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/94c22e63e8b44da25706894d4665dd6cc336df02"><code>94c22e6</code></a> [azcore] prepping for release (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23192">#23192</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/c5213b1289881cbfc61f125065acb04434b089be"><code>c5213b1</code></a> Redesign persistent token cache API (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23114">#23114</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/5df73f947f772051a037728a174b7ebc6a39a083"><code>5df73f9</code></a> [azopenai]: Update custom_client.go to enable insecure credential with HTTP (...</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/b4b4721223468f57abdaa2856695e1da4a106187"><code>b4b4721</code></a> [azcore] Adding in a function create a policy.Request using an existing *http...</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/80dbc7d99d4746c8eac6f91c1997459e7351e3c3"><code>80dbc7d</code></a> Update CODEOWNERS_baseline_errors.txt (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23191">#23191</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/d254d11b07b909d9f0152ac8080f5c081aacb490"><code>d254d11</code></a> Increment package version after release of internal (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23190">#23190</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/62f7a3d0e97610a8303e313f25ab4502766b8886"><code>62f7a3d</code></a> Test credential factory supports Pipelines federated auth (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23184">#23184</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/5aaedf4bf939814d658494ab61c8ba1f517cf383"><code>5aaedf4</code></a> [Release] sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/1.0....</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/ce39ed969686869f2013ce344c78879d1b01c7e8"><code>ce39ed9</code></a> Sync eng/common directory with azure-sdk-tools for PR 8598 (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23175">#23175</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/75d30bbd4b5878d995c26e4e536f3ab44e6613cf"><code>75d30bb</code></a> Enable use of pipeline credential. Fixes <a href="https://github.com/microsoft/azure-p">https://github.com/microsoft/azure-p</a>...</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.12.0...sdk/azcore/v1.13.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/service/glue` from 1.129.1 to 1.131.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/66535243eae1c6b83035c4c3f4facbe404948e2c"><code>6653524</code></a> Release 2023-11-09.2</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8d2cdc19e6d5d9e785c4dfe395f597ab8a49bc18"><code>8d2cdc1</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f36bbf9ac27a687cb06a2effbdcc61df3391c9b2"><code>f36bbf9</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3db3b148a440caaee746c40999438c90de6a472b"><code>3db3b14</code></a> Fix edge cases when parsing subproperties (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2359">#2359</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5aa6e2b081b5d1b038a0cc5d9198c7a37abf6b4c"><code>5aa6e2b</code></a> Release 2023-11-09</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7dbcd52c14c8f992cb2fec090d826ab30881155e"><code>7dbcd52</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/9b178445e4365543a410efefd6b0262c2ea3eb84"><code>9b17844</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/efa54869c68f9d770c9b83fda176c452906688ce"><code>efa5486</code></a> Allowlist bucket owner header (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2358">#2358</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5118d3bcdd253fbfd02b8e44966ba7a79ecfbf59"><code>5118d3b</code></a> Release 2023-11-08</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f3c195fc3bcd7f20ae84bf0f999dc89e2487eaee"><code>f3c195f</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/glue/v1.129.1...service/ec2/v1.131.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.88.3 to 1.88.4 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f64c8d06c711605aed06bcd8f280793048da72aa"><code>f64c8d0</code></a> Release 2025-10-07</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2ffc1613d9f2e3fe4075bbb785efb925ae320af4"><code>2ffc161</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e08a899b39a9432a4a528752a624ce9dedd79f27"><code>e08a899</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a4663ffcf0b9b4a9207f25bd77999fdec0e3b85a"><code>a4663ff</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e4a4e2d65e696f34717a02017284b3d45f7bcd45"><code>e4a4e2d</code></a> Feat checksum reuse (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3199">#3199</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e9e5d66c8bb0f113fffc221bc3f38368c56c67c7"><code>e9e5d66</code></a> Release 2025-10-06</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/08532b438efe290e9ee7e85a9b7ed664e513bb67"><code>08532b4</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b7bcc01efb1402f658b0e0e0875cd7ebd5450ed4"><code>b7bcc01</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f382571d75aca804e358f4432515d2413799bca7"><code>f382571</code></a> Release 2025-10-03</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cb116e9aca5cb8cc022afe42b60e9a5e3a576f7b"><code>cb116e9</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.88.3...service/s3/v1.88.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/docker/docker` from 28.5.0+incompatible to 28.5.1+incompatible <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>v28.5.1</h2> <h2>28.5.1</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.5.1">docker/cli, 28.5.1 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.1">moby/moby, 28.5.1 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v28.5.1/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.5.1/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Update BuildKit to v0.25.1. <a href="https://redirect.github.com/moby/moby/pull/51137">moby/moby#51137</a></li> <li>Update Go runtime to <a href="https://go.dev/doc/devel/release#go1.24.8">1.24.8</a>. <a href="https://redirect.github.com/moby/moby/pull/51133">moby/moby#51133</a>, <a href="https://redirect.github.com/docker/cli/pull/6541">docker/cli#6541</a></li> </ul> <h3>Deprecations</h3> <ul> <li>api/types/image: InspectResponse: deprecate <code>Parent</code> and <code>DockerVersion</code> fields. <a href="https://redirect.github.com/moby/moby/pull/51105">moby/moby#51105</a></li> <li>api/types/plugin: deprecate <code>Config.DockerVersion</code> field. <a href="https://redirect.github.com/moby/moby/pull/51110">moby/moby#51110</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/f8215cc266744ef195a50a70d427c345da2acdbb"><code>f8215cc</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51137">#51137</a> from austinvazquez/cherry-pick-vendor-buildkit-0.25...</li> <li><a href="https://github.com/moby/moby/commit/40a856a5939fb22379e18314cefa23c8092e3b01"><code>40a856a</code></a> hack: add patch to buildkit tests</li> <li><a href="https://github.com/moby/moby/commit/5d1c3119f28133069df20c3c657c9ca36bfbc283"><code>5d1c311</code></a> vendor: update buildkit to v0.25.1</li> <li><a href="https://github.com/moby/moby/commit/90506c114468a548133b8d619e6c72eb2c7d9197"><code>90506c1</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51133">#51133</a> from vvoland/51132-28.x</li> <li><a href="https://github.com/moby/moby/commit/17db0cd834dffc9d8832eb757f852274c2caadb1"><code>17db0cd</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51128">#51128</a> from thaJeztah/28.x_backport_gcpolicy-invalid-calcu...</li> <li><a href="https://github.com/moby/moby/commit/f7c40ea34425cdf4b142604740a9dbe9ccaf5639"><code>f7c40ea</code></a> update to go1.24.8</li> <li><a href="https://github.com/moby/moby/commit/dccf7c889c88f6814d7336f93fcf825dc8048f2a"><code>dccf7c8</code></a> builder: use proper percentage calculations for default gc policy</li> <li><a href="https://github.com/moby/moby/commit/0f040aa194369a660d60e0c424460d90a64d799b"><code>0f040aa</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51126">#51126</a> from vvoland/51124-28.x</li> <li><a href="https://github.com/moby/moby/commit/5b1a039e6f162795442c1f20b4bff8ccd26b8f48"><code>5b1a039</code></a> ci: fix cache for go modules</li> <li><a href="https://github.com/moby/moby/commit/8fa4bd5e0d071f9e9c6ae47af9ae1f805bc0a2f9"><code>8fa4bd5</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51121">#51121</a> from crazy-max/28.x_ci-caches-fixes</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v28.5.0...v28.5.1">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/api` from 0.251.0 to 0.252.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.252.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.251.0...v0.252.0">0.252.0</a> (2025-10-07)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3326">#3326</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c9925454087ae745d966061b1e5e091236a23b73">c992545</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3328">#3328</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b9b915b1d871407fd86912eaa5073dec1dd28cd0">b9b915b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3330">#3330</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fcb7723a725ee8eb73e0fb511c1d5b33c25ebd50">fcb7723</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3331">#3331</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a67f44d16fb8ee506127e2d411b84e708d4fa4df">a67f44d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3332">#3332</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b9890fcd362e2b7fe6f2ec4b37257408d5f09edb">b9890fc</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3334">#3334</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/163216d91d6e20831b2cda5400aee0e587cfec18">163216d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3336">#3336</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2c4dd78944ebf9f04258ccea6800f57a7cdd8dae">2c4dd78</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.251.0...v0.252.0">0.252.0</a> (2025-10-07)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3326">#3326</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c9925454087ae745d966061b1e5e091236a23b73">c992545</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3328">#3328</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b9b915b1d871407fd86912eaa5073dec1dd28cd0">b9b915b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3330">#3330</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fcb7723a725ee8eb73e0fb511c1d5b33c25ebd50">fcb7723</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3331">#3331</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a67f44d16fb8ee506127e2d411b84e708d4fa4df">a67f44d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3332">#3332</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b9890fcd362e2b7fe6f2ec4b37257408d5f09edb">b9890fc</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3334">#3334</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/163216d91d6e20831b2cda5400aee0e587cfec18">163216d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3336">#3336</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2c4dd78944ebf9f04258ccea6800f57a7cdd8dae">2c4dd78</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/88c288c3544fb39b71e48e545d4284f8ffe0c6a1"><code>88c288c</code></a> chore(main): release 0.252.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3327">#3327</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2c4dd78944ebf9f04258ccea6800f57a7cdd8dae"><code>2c4dd78</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3336">#3336</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ceff1a1fca588d5f1e24d6ca53b8888d0c9175b2"><code>ceff1a1</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3333">#3333</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/163216d91d6e20831b2cda5400aee0e587cfec18"><code>163216d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3334">#3334</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b9890fcd362e2b7fe6f2ec4b37257408d5f09edb"><code>b9890fc</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3332">#3332</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a67f44d16fb8ee506127e2d411b84e708d4fa4df"><code>a67f44d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3331">#3331</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4312741a471f572fe1ee6c0d00c9311265fc3e14"><code>4312741</code></a> chore: update CODEOWNERS, remove blunderbuss (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3329">#3329</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/fcb7723a725ee8eb73e0fb511c1d5b33c25ebd50"><code>fcb7723</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3330">#3330</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b9b915b1d871407fd86912eaa5073dec1dd28cd0"><code>b9b915b</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3328">#3328</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c9925454087ae745d966061b1e5e091236a23b73"><code>c992545</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3326">#3326</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.251.0...v0.252.0">compare view</a></li> </ul> </details> <br /> 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) --- <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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
