[nuget] Bump Azure.AI.Translation.Text and 10 others#466
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps Azure.AI.Translation.Text from 1.0.0 to 2.0.0 Bumps Azure.Core to 1.57.0, 1.58.0 Bumps coverlet.collector from 10.0.0 to 10.0.1 Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.26 to 8.0.27 Bumps Microsoft.Extensions.Caching.StackExchangeRedis from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration.Binder from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration.Json from 9.0.15 to 9.0.16 Bumps Microsoft.Extensions.Configuration.UserSecrets from 9.0.15 to 9.0.16 Bumps NUnit from 4.6.0 to 4.6.1 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Azure.AI.Translation.Text dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-deps - dependency-name: Azure.Core dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: Azure.Core dependency-version: 1.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: NUnit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: NUnit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #467. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Azure.AI.Translation.Text from 1.0.0 to 2.0.0.
Release notes
Sourced from Azure.AI.Translation.Text's releases.
2.0.0
2.0.0 (2026-06-06)
Features Added
TextTranslationClientSettingsto support creating aTextTranslationClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.TranslationTarget.Toneproperty is now strongly typed asTranslationTone?instead ofstring.TranslationTarget.Genderproperty is now strongly typed asTranslationGender?instead ofstring.Breaking Changes
TranslationTarget.Gradeproperty.TranslationTarget.Tonetype fromstringtoTranslationTone?.TranslationTarget.Gendertype fromstringtoTranslationGender?.1.59.0
1.59.0 (2026-06-09)
Features Added
AZID0004) mTLS Proof-of-Possession token binding support for managed identity scenarios, including dynamic host capability detection via MSAL and transport certificate rotation APIs onBearerTokenAuthenticationPolicy.Bugs Fixed
BearerTokenAuthenticationPolicyso that theAuthorizationheader is no longer re-attached to a request that has been redirected to a different host. Previously,RedirectPolicywould strip theAuthorizationheader before following a redirect, but the per-retryBearerTokenAuthenticationPolicywould re-add the cached bearer token to the redirected request — including when the redirect target was a different host. The policy now detects when the request URI authority has changed since it last authorized the message, defensively strips anyAuthorizationheader, and skips both re-authorization and theWWW-Authenticate(CAE)401handler so that no bearer token is sent to — or fetched in response to a challenge from — the redirect target. Same-host redirects, normal (non-redirected) requests, and CAE handling against the original host are unchanged. Callers who explicitly enabled auto-redirect (viaHttpPipelineTransportOptions.IsClientRedirectEnabled = trueorRedirectPolicy.SetAllowAutoRedirect(message, true)) and depended on the bearer token being re-attached on cross-host redirects should construct a separate client targeting the redirect-target host with a credential bound to that host's resource.Other Changes
Microsoft.Identity.Clientdependency to4.84.2.1.58.0
1.58.0 (2026-06-04)
Features Added
Bugs Fixed
NullReferenceExceptionthrown byOperation.RehydrateAsync/ArmOperation.RehydrateAsync(and the resulting operation'sUpdateStatusAsync/Value) when the rehydrated long-running operation has completed with a failure.OperationState.FailureandOperationState<T>.Failurenow honor their documented contract and materialize a defaultRequestFailedExceptionfrom the raw response when the caller passesnull, matching the behavior of the non-rehydration polling path.DiagnosticScopeto mark the parentActivityContextas remote (IsRemote = true) when a traceparent is provided viaSetTraceContextorAddLink. The traceparent in these paths is always extracted from an external source (e.g. a messaging broker's application properties), so samplers that distinguish local vs. remote parents — such as theRateLimitedSamplerused by the Azure Monitor OpenTelemetry exporter — can now make correct decisions for activities started from incoming messages.1.57.0
1.57.0 (2026-05-21)
Features Added
RequestContent.Create(BinaryContent)overload that adapts aSystem.ClientModel.BinaryContentinstance into aAzure.Core.RequestContentinstance.SCME0002)AzureCredentialResolverthat resolves Azure token credential sections (e.g.AzureCliCredential,ManagedIdentityCredential,ChainedTokenCredential) intoTokenCredentialinstances.ApiKeyCredentialsections are not claimed — clients dispatch onCredential.CredentialSourcethemselves.SCME0002) extensions onAzure.Identity.ConfigurationExtensions:AddAzureCredentialResolver()onIServiceCollectionandIHostApplicationBuilder— idempotent DI registration.IConfiguration.GetAzureCredentialSettings(sectionName, ...)— returnsCredentialSettings?withTokenProviderpopulated for token sources andKeypopulated for inline ApiKey sources, so a single call site can dispatch on either shape without binding aClientSettings.IConfiguration.GetAzureClientSettings<T>(sectionName, params CredentialResolver[] resolvers)— resolver-aware overload.Credential:Scopeat the credential-section root (the canonical SCM 1.12.0+ location) instead ofCredential:AdditionalProperties:Scope. SCM 1.12.0 reads both locations so existing configs continue to work.Breaking Changes
SCME0002)WithAzureCredentialextension methods onClientSettingsandIClientBuilder. For DI, useAddAzureClient<TClient, TSettings>/AddKeyedAzureClient<TClient, TSettings>(which registerAzureCredentialResolverautomatically), or callAddAzureCredentialResolver()followed byAddClient<TClient, TSettings>/AddKeyedClient<TClient, TSettings>. For standalone scenarios, useIConfiguration.GetAzureClientSettings<T>(...)orIConfiguration.GetAzureCredentialSettings(...).1.56.0
1.56.0 (2026-05-14)
Features Added
TokenRequestCallbackproperty andTokenRequestCallbackContexttype to MSAL-backed credential options to allow customizing token request body parameters before they are sent to the identity provider.1.14.0
1.14.0 (2026-06-03)
Features Added
FileBinaryContenttype for representing a file part within an HTTP request payload, typically as part of amultipart/form-datarequest.MultiPartFormContenttype for buildingmultipart/form-datarequest payloads.CredentialResolver.TryResolve(IConfigurationSection, Func<IConfigurationSection, AuthenticationTokenProvider?>, out AuthenticationTokenProvider?)virtual overload. The callback lets a chain-owning resolver resolve child sections back through the active engine — preserving caching, normalization, and ordering — without needing to know about credential sources owned by other packages. The default implementation forwards to the existing two-arg overload (experimentalSCME0002).1.13.0
1.13.0 (2026-05-18)
Features Added
CredentialSettings.TokenProviderto hold the resolvedAuthenticationTokenProviderfor the credential.Breaking Changes
IConfiguration.GetCredential(...)renamed toIConfiguration.GetCredentialSettings(...)and its return type changed fromAuthenticationTokenProvider?toCredentialSettings?(experimentalSCME0002).Other Changes
ClientSettings.CredentialProviderwill be removed in a future release; migrate tosettings.Credential.TokenProvider(experimentalSCME0002).1.12.0
1.12.0 (2026-05-12)
Features Added
CredentialSettings.this[string key]indexer for reading custom properties from the credential configuration section.Other Changes
AuthenticationPolicy.Createno longer throws when an ApiKey credential section carries aScopevalue;Scopeis ignored for ApiKey auth.1.11.1
1.11.1 (2026-06-03)
Other Changes
1.10.2
1.10.2 (2026-06-01)
Features Added
connectionproperty in Web PubSub trigger and context bindings for backward-compatibility.1.8.1
1.8.1 (2026-05-20)
Features Added
microsoft.gen_ai.main_agent.*attributes from parent spans to child spans and log records, enabling end-to-end tracing of AI agent orchestration.(#59368)
1.8.0
1.8.0 (2026-05-11)
Features Added
1.8.0-beta.1
1.8.0-beta.1 (2026-06-09)
Features Added
ManagedIdentityCredentialAttestationOptionsto enable Credential Guard key attestation support for managed identity mTLS Proof-of-Possession flows.Other Changes
Azure.Coredependency to version 1.59.0.1.7.0
1.7.0 (2026-05-22)
Features Added
2025-06-01to2025-08-01. Tag details available at https://github.com/Azure/azure-rest-api-specs/tree/dddcb1f2f0131aa15cc761624959063f2e197b57/specification/storage/Storage.Management.StorageAccountAccessTier.Smartaccess tier (requires zone-redundant storage).AllowedCopyScope.Allvalue.TagsReplicationEnabledonObjectReplicationPolicyData.StaticWebsiteproperty onBlobServiceDatawithDefaultIndexDocumentPath.StorageConnectorResourcefor managing storage connectors.StorageDataShareResourcefor managing storage data shares.StopAssignmentoperation onStorageTaskAssignmentResource.AllowSharedKeyAccessForServicesproperty on storage account create/update.DataCollaborationPolicyPropertiesproperty on storage account create/update.TaskExecutionTriggerType.MockRuntrigger type.1.6.1
1.6.1 (2026-06-02)
Other Changes
1.6.0-beta.1
1.6.0-beta.1 (2026-06-02)
Features Added
Other Changes
1.5.0
1.5.0 (2026-06-02)
Features Added
Bugs Fixed
AppServiceApiDefinitionInfo.Uriis not a valid URI.FunctionAppStorage.Valueis not a valid URI.Other Changes
1.5.0-beta.1
1.5.0-beta.1 (2026-05-27)
Features Added
AssignmentRestrictionsproperty.1.4.1
1.4.1 (2026-06-03)
Other Changes
1.4.1-beta.5
1.4.1-beta.5 (2026-05-26)
Bugs Fixed
1.3.1
1.3.1 (2026-06-03)
Other Changes
1.3.0-beta.2
1.3.0-beta.2 (2026-06-03)
Features Added
Azure.ResourceManager.DeviceProvisioningServicesAOT-compatible.Other Changes
1.2.3
1.2.3 (2026-06-09)
Features Added
Azure.ResourceManager.PrivateDnsAOT-compatible.1.2.0
1.2.0 (2026-05-26)
Features Added
2025-07-15.2025-07-15API.Breaking Changes
2025-07-15service contract.Bugs Fixed
Other Changes
1.2.0-beta.4
1.2.0-beta.4 (2026-05-14)
Features Added
VMSizeProfile.Rankas optionalZoneAllocationPolicy.DistributionStrategyas requiredZonePreference.Rankas optional1.2.0-beta.3
1.2.0-beta.3 (2026-06-06)
Other Changes
1.2.0-beta.2
1.2.0-beta.2 (2026-06-04)
Features Added
Other Changes
1.2.0-beta.1
1.2.0-beta.1 (2026-05-29)
Features Added
1.1.7
1.1.7 (2026-06-02)
Other Changes
1.1.2
1.1.2 (2026-06-03)
Other Changes
1.1.2-beta.4
1.1.2-beta.4 (2026-06-09)
Features Added
Azure.ResourceManager.ResourceMoverAOT-compatible.1.1.0
1.1.0 (2026-06-02)
Other Changes
1.1.0-beta.7
1.1.0-beta.7 (2026-06-09)
Features Added
Azure.ResourceManager.SelfHelpAOT-compatible.1.1.0-beta.4
1.1.0-beta.4 (2026-05-13)
Features Added
BinaryDatawith newRequireApprovalOptiontyped property onVoiceLiveMcpServerDefinition.RequireApproval. Customers can now set approval directly (server.RequireApproval = MCPApprovalType.Never) instead of usingBinaryData.FromObjectAsJson().System.Diagnostics.ActivitySourcenamed"Azure.AI.VoiceLive"— no extra instrumentation package required. Spans include standard GenAI semantic convention attributes such as token usage, first-token latency, turn count, and interruption count.gen_ai.client.operation.durationandgen_ai.client.token.usagemetrics via aSystem.Diagnostics.Metrics.Meternamed"Azure.AI.VoiceLive"in compliance with GenAI semantic conventions.Breaking Changes
VoiceLiveMcpServerDefinition.RequireApprovalproperty type changed fromBinaryDatatoRequireApprovalOption.Bugs Fixed
MCPApprovalTypeserialization so thatrequire_approvalcorrectly serializes to"never"on the wire. Previously, usingBinaryData.FromObjectAsJson(MCPApprovalType.Never)silently produced an empty object{}, causing the service to treat it as"always"and send unexpected approval requests.1.1.0-beta.1
1.1.0-beta.1 (2026-06-03)
Features Added
Updated to api version 2025-12-26-preview.
Other Changes
1.0.3-beta.6425531
1.0.3-beta.6425531 (2026-06-11)
Features Added
WidgetAnalyticsClientSettingsto support creating aWidgetAnalyticsClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.1.0.3-beta.6424804
1.0.3-beta.6424804 (2026-06-11)
Features Added
WidgetAnalyticsClientSettingsto support creating aWidgetAnalyticsClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.1.0.1
1.0.1 (2026-06-02)
Other Changes
Commits viewable in compare view.
Updated Azure.Core from 1.55.0 to 1.57.0.
Release notes
Sourced from Azure.Core's releases.
1.57.0
1.57.0 (2026-05-21)
Features Added
RequestContent.Create(BinaryContent)overload that adapts aSystem.ClientModel.BinaryContentinstance into aAzure.Core.RequestContentinstance.SCME0002)AzureCredentialResolverthat resolves Azure token credential sections (e.g.AzureCliCredential,ManagedIdentityCredential,ChainedTokenCredential) intoTokenCredentialinstances.ApiKeyCredentialsections are not claimed — clients dispatch onCredential.CredentialSourcethemselves.SCME0002) extensions onAzure.Identity.ConfigurationExtensions:AddAzureCredentialResolver()onIServiceCollectionandIHostApplicationBuilder— idempotent DI registration.IConfiguration.GetAzureCredentialSettings(sectionName, ...)— returnsCredentialSettings?withTokenProviderpopulated for token sources andKeypopulated for inline ApiKey sources, so a single call site can dispatch on either shape without binding aClientSettings.IConfiguration.GetAzureClientSettings<T>(sectionName, params CredentialResolver[] resolvers)— resolver-aware overload.Credential:Scopeat the credential-section root (the canonical SCM 1.12.0+ location) instead ofCredential:AdditionalProperties:Scope. SCM 1.12.0 reads both locations so existing configs continue to work.Breaking Changes
SCME0002)WithAzureCredentialextension methods onClientSettingsandIClientBuilder. For DI, useAddAzureClient<TClient, TSettings>/AddKeyedAzureClient<TClient, TSettings>(which registerAzureCredentialResolverautomatically), or callAddAzureCredentialResolver()followed byAddClient<TClient, TSettings>/AddKeyedClient<TClient, TSettings>. For standalone scenarios, useIConfiguration.GetAzureClientSettings<T>(...)orIConfiguration.GetAzureCredentialSettings(...).1.56.0
1.56.0 (2026-05-14)
Features Added
TokenRequestCallbackproperty andTokenRequestCallbackContexttype to MSAL-backed credential options to allow customizing token request body parameters before they are sent to the identity provider.Commits viewable in compare view.
Updated Azure.Core from 1.55.0 to 1.58.0.
Release notes
Sourced from Azure.Core's releases.
1.58.0
1.58.0 (2026-06-04)
Features Added
Bugs Fixed
NullReferenceExceptionthrown byOperation.RehydrateAsync/ArmOperation.RehydrateAsync(and the resulting operation'sUpdateStatusAsync/Value) when the rehydrated long-running operation has completed with a failure.OperationState.FailureandOperationState<T>.Failurenow honor their documented contract and materialize a defaultRequestFailedExceptionfrom the raw response when the caller passesnull, matching the behavior of the non-rehydration polling path.DiagnosticScopeto mark the parentActivityContextas remote (IsRemote = true) when a traceparent is provided viaSetTraceContextorAddLink. The traceparent in these paths is always extracted from an external source (e.g. a messaging broker's application properties), so samplers that distinguish local vs. remote parents — such as theRateLimitedSamplerused by the Azure Monitor OpenTelemetry exporter — can now make correct decisions for activities started from incoming messages.1.57.0
1.57.0 (2026-05-21)
Features Added
RequestContent.Create(BinaryContent)overload that adapts aSystem.ClientModel.BinaryContentinstance into aAzure.Core.RequestContentinstance.SCME0002)AzureCredentialResolverthat resolves Azure token credential sections (e.g.AzureCliCredential,ManagedIdentityCredential,ChainedTokenCredential) intoTokenCredentialinstances.ApiKeyCredentialsections are not claimed — clients dispatch onCredential.CredentialSourcethemselves.SCME0002) extensions onAzure.Identity.ConfigurationExtensions:AddAzureCredentialResolver()onIServiceCollectionandIHostApplicationBuilder— idempotent DI registration.IConfiguration.GetAzureCredentialSettings(sectionName, ...)— returnsCredentialSettings?withTokenProviderpopulated for token sources andKeypopulated for inline ApiKey sources, so a single call site can dispatch on either shape without binding aClientSettings.IConfiguration.GetAzureClientSettings<T>(sectionName, params CredentialResolver[] resolvers)— resolver-aware overload.Credential:Scopeat the credential-section root (the canonical SCM 1.12.0+ location) instead ofCredential:AdditionalProperties:Scope. SCM 1.12.0 reads both locations so existing configs continue to work.Breaking Changes
SCME0002)WithAzureCredentialextension methods onClientSettingsandIClientBuilder. For DI, useAddAzureClient<TClient, TSettings>/AddKeyedAzureClient<TClient, TSettings>(which registerAzureCredentialResolverautomatically), or callAddAzureCredentialResolver()followed byAddClient<TClient, TSettings>/AddKeyedClient<TClient, TSettings>. For standalone scenarios, useIConfiguration.GetAzureClientSettings<T>(...)orIConfiguration.GetAzureCredentialSettings(...).1.56.0
1.56.0 (2026-05-14)
Features Added
TokenRequestCallbackproperty andTokenRequestCallbackContexttype to MSAL-backed credential options to allow customizing token request body parameters before they are sent to the identity provider.Commits viewable in compare view.
Updated coverlet.collector from 10.0.0 to 10.0.1.
Release notes
Sourced from coverlet.collector's releases.
10.0.1
Improvements
Fixed
Maintenance
Diff between 10.0.0 and 10.0.1
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Testing from 8.0.26 to 8.0.27.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
8.0.27
Release
What's Changed
73a63eatod72f9c8by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from73a63eatod72f9c8dotnet/aspnetcore#66087Full Changelog: dotnet/aspnetcore@v8.0.26...v8.0.27
Commits viewable in compare view.
Updated Microsoft.Extensions.Caching.StackExchangeRedis from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Caching.StackExchangeRedis's releases.
9.0.16
Release
What's Changed
73a63eatod72f9c8by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from73a63eatod72f9c8dotnet/aspnetcore#66088Full Changelog: dotnet/aspnetcore@v9.0.15...v9.0.16
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
9.0.16
Release
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.Binder from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration.Binder's releases.
9.0.16
Release
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.EnvironmentVariables from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.
9.0.16
Release
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.Json from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration.Json's releases.
9.0.16
Release
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.UserSecrets from 9.0.15 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.
9.0.16
Release
Commits viewable in compare view.
Updated NUnit from 4.6.0 to 4.6.1.
Release notes
Sourced from NUnit's releases.
4.6.1
See release notes for details.
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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