[PR #613] [CLOSED] chore(deps): bump google.golang.org/api from 0.114.0 to 0.159.0 #758

Open
opened 2025-11-20 04:25:58 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/613
Author: @dependabot[bot]
Created: 1/29/2024
Status: Closed

Base: masterHead: dependabot/go_modules/google.golang.org/api-0.159.0


📝 Commits (1)

  • 43b89ad chore(deps): bump google.golang.org/api from 0.114.0 to 0.159.0

📊 Changes

2 files changed (+80 additions, -42 deletions)

View changed files

📝 go.mod (+19 -10)
📝 go.sum (+61 -32)

📄 Description

Bumps google.golang.org/api from 0.114.0 to 0.159.0.

Release notes

Sourced from google.golang.org/api's releases.

v0.159.0

0.159.0 (2024-01-26)

Features

Bug Fixes

v0.158.0

0.158.0 (2024-01-25)

Features

Bug Fixes

  • internal: Support internaloption.WithDefaultUniverseDomain (#2373) (b21a1fa)
  • transport/grpc: Add universe domain verification (#2375) (df17254)
  • transport: Not enable s2a when there is endpoint override (#2368) (73fc7fd)

v0.157.0

0.157.0 (2024-01-18)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.159.0 (2024-01-26)

Features

Bug Fixes

0.158.0 (2024-01-25)

Features

Bug Fixes

  • internal: Support internaloption.WithDefaultUniverseDomain (#2373) (b21a1fa)
  • transport/grpc: Add universe domain verification (#2375) (df17254)
  • transport: Not enable s2a when there is endpoint override (#2368) (73fc7fd)

0.157.0 (2024-01-18)

Features

Documentation

  • option: Update WithDefaultEndpointTemplate docs (#2356) (74a1558)

... (truncated)

Commits
  • ee5c9cc chore(main): release 0.159.0 (#2378)
  • 55b0516 fix(transport): relax universe checks (#2376)
  • a8d9414 feat(all): auto-regenerate discovery clients (#2377)
  • 68b1bc1 chore(main): release 0.158.0 (#2360)
  • df17254 fix(transport/grpc): add universe domain verification (#2375)
  • b21a1fa fix(internal): support internaloption.WithDefaultUniverseDomain (#2373)
  • ddb3a12 chore(google-api-go-generator): replace literal with const (#2363)
  • d266978 feat(all): auto-regenerate discovery clients (#2374)
  • 73fc7fd fix(transport): not enable s2a when there is endpoint override (#2368)
  • 2d69d97 feat(all): auto-regenerate discovery clients (#2372)
  • 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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/613 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.159.0` --- ### 📝 Commits (1) - [`43b89ad`](https://github.com/qdm12/ddns-updater/commit/43b89ad202c44dc6ea81eb1649a31cf05b772920) chore(deps): bump google.golang.org/api from 0.114.0 to 0.159.0 ### 📊 Changes **2 files changed** (+80 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+19 -10) 📝 `go.sum` (+61 -32) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.114.0 to 0.159.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.159.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.158.0...v0.159.0">0.159.0</a> (2024-01-26)</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/2377">#2377</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a8d941461d22e8ef16843883e66afe33f5605553">a8d9414</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport:</strong> Relax universe checks (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2376">#2376</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/55b0516fab1d2c2b3e508b310ec98c9691ad161c">55b0516</a>)</li> </ul> <h2>v0.158.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.157.0...v0.158.0">0.158.0</a> (2024-01-25)</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/2361">#2361</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6c3b622e2a358e940307026b3b10ed25f825b5d2">6c3b622</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2365">#2365</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f40db7f9a7ae2dd4a1945c236f5ff792901ed67b">f40db7f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2366">#2366</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e0db6a56333968b548ede1aafe64ca58953db492">e0db6a5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2369">#2369</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/45c097f28a29428d00c4bfb9baee6ac19429e9ee">45c097f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2372">#2372</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2d69d972d4c8a20e9247bfcb12beafe38416075a">2d69d97</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2374">#2374</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d2669784ef23e304318cc449fd578b22c508c0a8">d266978</a>)</li> <li><strong>impersonate:</strong> Add universe domain support (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2296">#2296</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6ef1144a79d93982b56c81cf0116965a7c0bf93a">6ef1144</a>)</li> <li><strong>transport:</strong> Add universe domain support (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2355">#2355</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/69626e37973a7f1e7974d7dd0e6e0fee3c0ebe6f">69626e3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>internal:</strong> Support internaloption.WithDefaultUniverseDomain (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2373">#2373</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b21a1fa29bb072f7063dfe6e2fe81ac7b8bb5932">b21a1fa</a>)</li> <li><strong>transport/grpc:</strong> Add universe domain verification (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2375">#2375</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/df1725443e664d0bb3985ce05cad40535122bcff">df17254</a>)</li> <li><strong>transport:</strong> Not enable s2a when there is endpoint override (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2368">#2368</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/73fc7fd7fafe625f8c2efb621ff852289a5b5a06">73fc7fd</a>)</li> </ul> <h2>v0.157.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.156.0...v0.157.0">0.157.0</a> (2024-01-18)</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/2345">#2345</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c3e43a173ab604da8056591a7c2ead184fad22c9">c3e43a1</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2348">#2348</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/763c331a70ada0912c1557e7160f1c3b09bf8172">763c331</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2349">#2349</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/3bf8f4fde158ed60fd365622cc95a6cfea3d8c0a">3bf8f4f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2352">#2352</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5bf46ee341989dc8ceab2d08567cf5943aed5cdc">5bf46ee</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2353">#2353</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/da330c2370a028b00e4056b87f816ad4295760ff">da330c2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2354">#2354</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0d002f9b0a70e0e144940c9812a6ebee6e4aa9b7">0d002f9</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2358">#2358</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/72a8ffde5c6840aac8519eca6ff0c6ee9ac0ad50">72a8ffd</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.158.0...v0.159.0">0.159.0</a> (2024-01-26)</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/2377">#2377</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a8d941461d22e8ef16843883e66afe33f5605553">a8d9414</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport:</strong> Relax universe checks (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2376">#2376</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/55b0516fab1d2c2b3e508b310ec98c9691ad161c">55b0516</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.157.0...v0.158.0">0.158.0</a> (2024-01-25)</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/2361">#2361</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6c3b622e2a358e940307026b3b10ed25f825b5d2">6c3b622</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2365">#2365</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f40db7f9a7ae2dd4a1945c236f5ff792901ed67b">f40db7f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2366">#2366</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e0db6a56333968b548ede1aafe64ca58953db492">e0db6a5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2369">#2369</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/45c097f28a29428d00c4bfb9baee6ac19429e9ee">45c097f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2372">#2372</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2d69d972d4c8a20e9247bfcb12beafe38416075a">2d69d97</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2374">#2374</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d2669784ef23e304318cc449fd578b22c508c0a8">d266978</a>)</li> <li><strong>impersonate:</strong> Add universe domain support (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2296">#2296</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6ef1144a79d93982b56c81cf0116965a7c0bf93a">6ef1144</a>)</li> <li><strong>transport:</strong> Add universe domain support (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2355">#2355</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/69626e37973a7f1e7974d7dd0e6e0fee3c0ebe6f">69626e3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>internal:</strong> Support internaloption.WithDefaultUniverseDomain (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2373">#2373</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b21a1fa29bb072f7063dfe6e2fe81ac7b8bb5932">b21a1fa</a>)</li> <li><strong>transport/grpc:</strong> Add universe domain verification (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2375">#2375</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/df1725443e664d0bb3985ce05cad40535122bcff">df17254</a>)</li> <li><strong>transport:</strong> Not enable s2a when there is endpoint override (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2368">#2368</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/73fc7fd7fafe625f8c2efb621ff852289a5b5a06">73fc7fd</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.156.0...v0.157.0">0.157.0</a> (2024-01-18)</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/2345">#2345</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c3e43a173ab604da8056591a7c2ead184fad22c9">c3e43a1</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2348">#2348</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/763c331a70ada0912c1557e7160f1c3b09bf8172">763c331</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2349">#2349</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/3bf8f4fde158ed60fd365622cc95a6cfea3d8c0a">3bf8f4f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2352">#2352</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5bf46ee341989dc8ceab2d08567cf5943aed5cdc">5bf46ee</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2353">#2353</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/da330c2370a028b00e4056b87f816ad4295760ff">da330c2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2354">#2354</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0d002f9b0a70e0e144940c9812a6ebee6e4aa9b7">0d002f9</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2358">#2358</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/72a8ffde5c6840aac8519eca6ff0c6ee9ac0ad50">72a8ffd</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>option:</strong> Update WithDefaultEndpointTemplate docs (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2356">#2356</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/74a1558e1a34d4a46ce5053c2de87ac1acf20108">74a1558</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ee5c9ccf6755d4c4642d90ebd21d69704215f1a7"><code>ee5c9cc</code></a> chore(main): release 0.159.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2378">#2378</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/55b0516fab1d2c2b3e508b310ec98c9691ad161c"><code>55b0516</code></a> fix(transport): relax universe checks (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2376">#2376</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a8d941461d22e8ef16843883e66afe33f5605553"><code>a8d9414</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2377">#2377</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/68b1bc11210ade9377fff7ae96374c7e92d45e79"><code>68b1bc1</code></a> chore(main): release 0.158.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2360">#2360</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/df1725443e664d0bb3985ce05cad40535122bcff"><code>df17254</code></a> fix(transport/grpc): add universe domain verification (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2375">#2375</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b21a1fa29bb072f7063dfe6e2fe81ac7b8bb5932"><code>b21a1fa</code></a> fix(internal): support internaloption.WithDefaultUniverseDomain (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2373">#2373</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ddb3a12e65eb0b091820cfd6dd0ea9f9d9eb1093"><code>ddb3a12</code></a> chore(google-api-go-generator): replace literal with const (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2363">#2363</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d2669784ef23e304318cc449fd578b22c508c0a8"><code>d266978</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2374">#2374</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/73fc7fd7fafe625f8c2efb621ff852289a5b5a06"><code>73fc7fd</code></a> fix(transport): not enable s2a when there is endpoint override (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2368">#2368</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2d69d972d4c8a20e9247bfcb12beafe38416075a"><code>2d69d97</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2372">#2372</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.114.0...v0.159.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.114.0&new-version=0.159.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#758