cloud-platform-infrastructure
cloud-platform-infrastructure copied to clipboard
chore(deps): bump the cloud-platform-aws-vpc-eks group across 1 directory with 4 updates
Bumps the cloud-platform-aws-vpc-eks group with 4 updates in the /terraform/aws-accounts/cloud-platform-aws/vpc/eks directory: auth0/auth0, hashicorp/aws, hashicorp/kubernetes and terraform-aws-modules/eks/aws.
Updates auth0/auth0
from 1.2.0 to 1.6.1
Release notes
Sourced from auth0/auth0's releases.
v1.6.1
BUG FIXES:
resource/auth0_client
: Fixed an issue where thedefault_organization
plan failed due toConflictsWith
andRequiredWith
clauses in the schema (#1021)v1.6.0
FEATURES:
resource/auth0_prompt_screen_partial
: Add new resource to manage customized sign up and login experience. (1:1) (#1013)resource/auth0_prompt_screen_partials
: Add new resource to manage customized sign up and login experience. (1:many) (#1013)data_source/auth0_prompt_screen_partials
: Add new data source to retrieve screen partials. (#1013)ENHANCEMENTS:
resource/auth0_client
: Add Organizations for Client Credentials. (#1009)resource/auth0_prompt_custom_text
: Add support for languages being fetched from CDN during Universal Login. (#1006)BUG FIXES:
resource/auth0_connection
: Remove MinItems validation for precedence. (#1017)NOTES:
resource/auth0_prompt_partials
: Deprecated the resource. (#1013)v1.5.0
FEATURES:
resource/auth0_connection
: Add new fieldsattributes
andprecedence
to ConnectionOptions. (#991)resource/auth0_self_service_profile
: Add new resource for managing self-service profiles. (#1008)data-source/auth0_self_service_profile
: Add a data source for retrieving self-service profiles. (#1008)v1.4.0
FEATURES:
resource/auth0_connection_scim_configuration
: Add a resource for managing SCIM(System for Cross-domain Identity Management) configuration. (#980)resource/auth0_prompt_custom_text
: Add new prompt values (captcha
,custom-form
,customized-consent
,passkeys
,phone-identifier-challenge
,phone-identifier-enrollment
) to theauth0_prompt_custom_text
resource. (#985)data-source/auth0_connection_scim_configuration
: Add a data source for managing SCIM(System for Cross-domain Identity Management) configuration. (#980)ENHANCEMENTS:
resource/auth0_tenant
: Add support forenable_sso
flag (#972)NOTES:
resource/auth0_tenant
: Deprecated therequire-pushed-authorization-requests
attribute. (#986)v1.3.0
FEATURES:
... (truncated)
Changelog
Sourced from auth0/auth0's changelog.
v1.6.1
BUG FIXES:
resource/auth0_client
: Fixed an issue where thedefault_organization
plan failed due toConflictsWith
andRequiredWith
clauses in the schema (#1021)v1.6.0
FEATURES:
resource/auth0_prompt_screen_partial
: Add new resource to manage customized sign up and login experience. (1:1) (#1013)resource/auth0_prompt_screen_partials
: Add new resource to manage customized sign up and login experience. (1:many) (#1013)data_source/auth0_prompt_screen_partials
: Add new data source to retrieve prompt screen partials. (#1013)ENHANCEMENTS:
resource/auth0_client
: Add Organizations for Client Credentials. (#1009)resource/auth0_prompt_custom_text
: Add support for fetching the language list from a CDN for prompt custom text. (#1006)BUG FIXES:
resource/auth0_connection
: Remove MinItems validation for precedence. (#1017)NOTES:
resource/auth0_prompt_partials
: Deprecated in favor ofresource/auth0_prompt_screen_partial
andresource/auth0_prompt_screen_partials
. (#1013)v1.5.0
FEATURES:
resource/auth0_connection
: Add new fieldsattributes
andprecedence
to ConnectionOptions. (#991)resource/auth0_self_service_profile
: Add new resource for managing self-service profiles. (#1008)data-source/auth0_self_service_profile
: Add a data source for retrieving self-service profiles. (#1008)v1.4.0
FEATURES:
resource/auth0_connection_scim_configuration
: Add a resource for managing SCIM(System for Cross-domain Identity Management) configuration. (#980)resource/auth0_prompt_custom_text
: Add new prompt values (captcha
,custom-form
,customized-consent
,passkeys
,phone-identifier-challenge
,phone-identifier-enrollment
) to theauth0_prompt_custom_text
resource. (#985)data-source/auth0_connection_scim_configuration
: Add a data source for managing SCIM(System for Cross-domain Identity Management) configuration. (#980)ENHANCEMENTS:
resource/auth0_tenant
: Add support forenable_sso
flag (#972)
... (truncated)
Commits
94db0ac
Add changelog for v1.6.1 (#1022)c2d1a1d
Patch: default_organization on Client Creds (#1021)3b87a8f
Add changelog for v1.6.0 (#1020)b41136d
Add Sorting toscreen_partials
Flattening Logic to Resolve Indexing Issues ...e12f8b4
Add Organizations for Client Credentials (#1009)cbe29fc
Bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 (#999)b026516
Add Support forauth0_prompt_screen_partial
and `auth0_prompt_screen_partia...f156db8
Add support for all languages for Universal Login (#1016)24105b4
Patch: Removed MinItems validation for precedence on Connection Resource (#1017)beba4b9
Add changelog for v1.5.0 (#1010)- Additional commits viewable in compare view
Updates hashicorp/aws
from 5.43.0 to 5.69.0
Release notes
Sourced from hashicorp/aws's releases.
v5.69.0
NOTES:
- provider: This release contains an upstream AWS SDK for Go v2 change to DynamoDB service endpoints. The Terraform AWS Provider will now connect to a DynamoDB endpoint in the format
(account-id).ddb.(region).amazonaws.com
instead ofdynamodb.(region).amazonaws.com
. If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may instead disable account-based endpoints for DynamoDB by settingaccount_id_endpoint_mode = disabled
in a shared config file or setting theAWS_ACCOUNT_ID_ENDPOINT_MODE
environment variable todisabled
(#39505)- provider: Updates to Go
1.23.1
. The issue with AWS Network Firewall dropping TLS handshakeClientHello
messages after the v5.65.0 upgrade to Go1.23.0
, temporarily resolved by the v5.67.0 downgrade to Go1.22.7
, has been addressed by removing theX25519Kyber768Draft00
key exchange mechanism from the HTTP client used to make AWS API calls (#39432)- resource/aws_alb_listener: When importing a listener that has either a default action top-level target group ARN or a default action defining a forward action defining a target group with an ARN, include both in the configuration to avoid import differences (#39413)
- resource/aws_lb_listener: When importing a listener that has either a default action top-level target group ARN or a default action defining a forward action defining a target group with an ARN, include both in the configuration to avoid import differences (#39413)
ENHANCEMENTS:
- data-source/aws_connect_instance: Add
tags
attribute (#39402)- data-source/aws_ec2_transit_gateway: Add
security_group_referencing_support
attribute (#34542)- data-source/aws_ec2_transit_gateway_vpc_attachment: Add
security_group_referencing_support
attribute (#34542)- data-source/aws_opensearchserverless_collection: Add
failure_code
andfailure_reason
attributes (#38995)- resource/aws_bedrockagent_agent: Add
guardrail_configuration
argument (#39440)- resource/aws_connect_instance: Add
tags
argument andtags_all
attribute (#39402)- resource/aws_ec2_transit_gateway: Add
security_group_referencing_support
argument (#34542)- resource/aws_ec2_transit_gateway_vpc_attachment: Add
security_group_referencing_support
argument (#34542)- resource/aws_ec2_transit_gateway_vpc_attachment_accepter: Add
security_group_referencing_support
argument (#34542)- resource/aws_ecs_service: Add
volume_configuration.managed_ebs_volume.tag_specifications
attribute (#38662)- resource/aws_identitystore_group: Allow
display_name
to be updated in-place (#39416)- resource/aws_kinesis_stream: Tag on Create to support attribute-based access control (ABAC) (#39504)
- resource/aws_quicksight_data_source: Add
credentials.secret_arn
argument (#29034)BUG FIXES:
- data-source/aws_opensearchserverless_vpc_endpoint: Correctly set
security_group_ids
. This requires a call to the EC2DescribeVpcEndpoints
API (#39454)- data-source/aws_region: Fix lookups for the
ap-southeast-5
Region (#39389)- resource/aws_alb_listener: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#39413)
- resource/aws_alb_listener: Remove the limitation preventing setting both default_action.0.target_group_arn and default_action.0.forward to align with the AWS API which allows you to specify both a target group list and a top-level target group ARN if the ARNs match (#39413)
- resource/aws_db_instance: Allow replica database to be added to domain on create (#39448)
- resource/aws_db_instance_role_association: Fix intermittent failure when instance is not in an available state (#39457)
- resource/aws_dynamodb_tag: Fix propagation timeout when multiple tags exist (#39491)
- resource/aws_ecs_cluster: Fix validation error with
name
attribute. (#38993)- resource/aws_ecs_cluster_capacity_providers: Fix validation error with
name
attribute. (#38993)- resource/aws_iam_role: Retry
ConcurrentModificationException
s during role creation (#39429)- resource/aws_inspector2_enabler: Fix
AccessDeniedException: Lambda code scanning is not supported in ...
errors (#38254)- resource/aws_inspector2_member_association: Improve handling of
AccessDeniedException
errors during creation (#38254)- resource/aws_lb_listener: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#39413)
- resource/aws_lb_listener: Remove the limitation preventing setting both default_action.0.target_group_arn and default_action.0.forward to align with the AWS API which allows you to specify both a target group list and a top-level target group ARN if the ARNs match (#39413)
- resource/aws_lb_listener_rule: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#39413)
- resource/aws_lb_target_group: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#39413)
- resource/aws_medialive_multiplex: Fix to properly handle read failures during delete operations which were previously ignored (#39498)
- resource/aws_opensearchserverless_vpc_endpoint: Change
name
andvpc_id
to ForceNew (#39454)- resource/aws_opensearchserverless_vpc_endpoint: Correctly set
security_group_ids
. This requires a call to the EC2DescribeVpcEndpoints
API (#39454)- resource/aws_rds_cluster_role_association: Fix intermittent failure when cluster is not in an available state (#39457)
- resource/aws_vpc_dhcp_options: Fix a bug causing a panic crash when an option is absent (#39427)
v5.68.0
NOTES:
... (truncated)
Changelog
Sourced from hashicorp/aws's changelog.
5.69.0 (September 26, 2024)
NOTES:
- provider: This release contains an upstream AWS SDK for Go v2 change to DynamoDB service endpoints. The Terraform AWS Provider will now connect to a DynamoDB endpoint in the format
(account-id).ddb.(region).amazonaws.com
instead ofdynamodb.(region).amazonaws.com
. If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may instead disable account-based endpoints for DynamoDB by settingaccount_id_endpoint_mode = disabled
in a shared config file or setting theAWS_ACCOUNT_ID_ENDPOINT_MODE
environment variable todisabled
(#39505)- provider: Updates to Go
1.23.1
. The issue with AWS Network Firewall dropping TLS handshakeClientHello
messages after the v5.65.0 upgrade to Go1.23.0
, temporarily resolved by the v5.67.0 downgrade to Go1.22.7
, has been addressed by removing theX25519Kyber768Draft00
key exchange mechanism from the HTTP client used to make AWS API calls (#39432)- resource/aws_alb_listener: When importing a listener that has either a default action top-level target group ARN or a default action defining a forward action defining a target group with an ARN, include both in the configuration to avoid import differences (#39413)
- resource/aws_lb_listener: When importing a listener that has either a default action top-level target group ARN or a default action defining a forward action defining a target group with an ARN, include both in the configuration to avoid import differences (#39413)
ENHANCEMENTS:
- data-source/aws_connect_instance: Add
tags
attribute (#39402)- data-source/aws_ec2_transit_gateway: Add
security_group_referencing_support
attribute (#34542)- data-source/aws_ec2_transit_gateway_vpc_attachment: Add
security_group_referencing_support
attribute (#34542)- data-source/aws_opensearchserverless_collection: Add
failure_code
andfailure_reason
attributes (#38995)- resource/aws_bedrockagent_agent: Add
guardrail_configuration
argument (#39440)- resource/aws_connect_instance: Add
tags
argument andtags_all
attribute (#39402)- resource/aws_ec2_transit_gateway: Add
security_group_referencing_support
argument (#34542)- resource/aws_ec2_transit_gateway_vpc_attachment: Add
security_group_referencing_support
argument (#34542)- resource/aws_ec2_transit_gateway_vpc_attachment_accepter: Add
security_group_referencing_support
argument (#34542)- resource/aws_ecs_service: Add
volume_configuration.managed_ebs_volume.tag_specifications
attribute (#38662)- resource/aws_identitystore_group: Allow
display_name
to be updated in-place (#39416)- resource/aws_kinesis_stream: Tag on Create to support attribute-based access control (ABAC) (#39504)
- resource/aws_quicksight_data_source: Add
credentials.secret_arn
argument (#29034)BUG FIXES:
- data-source/aws_opensearchserverless_vpc_endpoint: Correctly set
security_group_ids
. This requires a call to the EC2DescribeVpcEndpoints
API (#39454)- data-source/aws_region: Fix lookups for the
ap-southeast-5
Region (#39389)- resource/aws_alb_listener: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#39413)
- resource/aws_alb_listener: Remove the limitation preventing setting both default_action.0.target_group_arn and default_action.0.forward to align with the AWS API which allows you to specify both a target group list and a top-level target group ARN if the ARNs match (#39413)
- resource/aws_db_instance: Allow replica database to be added to domain on create (#39448)
- resource/aws_db_instance_role_association: Fix intermittent failure when instance is not in an available state (#39457)
- resource/aws_dynamodb_tag: Fix propagation timeout when multiple tags exist (#39491)
- resource/aws_ecs_cluster: Fix validation error with
name
attribute. (#38993)- resource/aws_ecs_cluster_capacity_providers: Fix validation error with
name
attribute. (#38993)- resource/aws_iam_role: Retry
ConcurrentModificationException
s during role creation (#39429)- resource/aws_inspector2_enabler: Fix
AccessDeniedException: Lambda code scanning is not supported in ...
errors (#38254)- resource/aws_inspector2_member_association: Improve handling of
AccessDeniedException
errors during creation (#38254)- resource/aws_lb_listener: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#39413)
- resource/aws_lb_listener: Remove the limitation preventing setting both default_action.0.target_group_arn and default_action.0.forward to align with the AWS API which allows you to specify both a target group list and a top-level target group ARN if the ARNs match (#39413)
- resource/aws_lb_listener_rule: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#39413)
- resource/aws_lb_target_group: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#39413)
- resource/aws_medialive_multiplex: Fix to properly handle read failures during delete operations which were previously ignored (#39498)
- resource/aws_opensearchserverless_vpc_endpoint: Change
name
andvpc_id
to ForceNew (#39454)- resource/aws_opensearchserverless_vpc_endpoint: Correctly set
security_group_ids
. This requires a call to the EC2DescribeVpcEndpoints
API (#39454)- resource/aws_rds_cluster_role_association: Fix intermittent failure when cluster is not in an available state (#39457)
- resource/aws_vpc_dhcp_options: Fix a bug causing a panic crash when an option is absent (#39427)
5.68.0 (September 19, 2024)
... (truncated)
Commits
1f4f309
Update CHANGELOG.md for #39491da8ec27
Merge pull request #39491 from hashicorp/b-dynamodb_tags_propagationd62e960
Update CHANGELOG.md for #39498470e2a4
Merge pull request #39498 from hashicorp/td-create-DiagErrorc398c7c
tweak CHANGELOG entryd5817ba
add CHANGELOG entry3e86c38
generate updateTagsForResource92e2a00
Revert "revert tags generator comparator change"b185632
Update CHANGELOG.md for #39505c59257f
Merge pull request #39505 from hashicorp/d-dynamodb-endpoints- Additional commits viewable in compare view
Updates hashicorp/kubernetes
from 2.27.0 to 2.32.0
Release notes
Sourced from hashicorp/kubernetes's releases.
v2.32.0
FEATURES:
- New data source:
kubernetes_server_version
[GH-2306]ENHANCEMENTS:
resource/kubernetes_certificate_signing_request_v1
: Add argumentspec.expiration_seconds
[GH-2559]resource/kubernetes_persistent_volume_v1
: supportReadWriteOncePod
access mode for PVs [GH-2488]2.30.0 (May 8, 2024)
BUG FIXES:
data_source/kubernetes_resources
: fix an issue where the provider exit with an error when the data sourcekubernetes_resources
receives multiple Kubernetes objects containing tuples with different numbers of elements. [GH-2372]kubernetes_manifest
: fix issue preventing KUBE_PROXY_URL environment variable from being used in client configuration (#1733) [GH-2485]resource/kubernetes_node_taint
: Fix the error check for nonexistant nodes so that terraform does not fail if there is a taint in the state file for a node that has been deleted. [GH-2402]DOCS:
- Migrate legacy structure to new tfplugindocs template structure [GH-2470]
2.29.0 (April 11, 2024)
BUG FIXES:
- data-sources: revert a recently introduced deviation on datasources where querying a non-existent resource would cause an error (#2434). [GH-2464]
2.28.1 (April 9, 2024)
HOTFIX:
manifest_decode()
: fix handling of manifests containing null values [GH-2461]2.28.0 (April 8, 2024)
ENHANCEMENTS:
NOTE: Using Provider Defined Functions requires Terraform version 1.8.0.
- Add provider defined functions:
manifest_encode
,manifest_decode
,manifest_decode_multi
[GH-2428]2.27.0 (Mar, 6 2024)
ENHANCEMENTS:
resource/kubernetes_pod_v1
: add missingtopology_spread_constraints
:node_affinity_policy
,node_taints_policy
,match_label_keys
,min_domains
[GH-2429]2.26.0 (Feb 15, 2024)
... (truncated)
Changelog
Sourced from hashicorp/kubernetes's changelog.
2.32.0 (Aug 14, 2024)
FEATURES:
- New data source:
kubernetes_server_version
[GH-2306]ENHANCEMENTS:
resource/kubernetes_certificate_signing_request_v1
: Add argumentspec.expiration_seconds
[GH-2559]resource/kubernetes_persistent_volume_v1
: supportReadWriteOncePod
access mode for PVs [GH-2488]2.30.0 (May 8, 2024)
BUG FIXES:
data_source/kubernetes_resources
: fix an issue where the provider exit with an error when the data sourcekubernetes_resources
receives multiple Kubernetes objects containing tuples with different numbers of elements. [GH-2372]kubernetes_manifest
: fix issue preventing KUBE_PROXY_URL environment variable from being used in client configuration (#1733) [GH-2485]resource/kubernetes_node_taint
: Fix the error check for nonexistant nodes so that terraform does not fail if there is a taint in the state file for a node that has been deleted. [GH-2402]DOCS:
- Migrate legacy structure to new tfplugindocs template structure [GH-2470]
2.29.0 (April 11, 2024)
BUG FIXES:
- data-sources: revert a recently introduced deviation on datasources where querying a non-existent resource would cause an error (#2434). [GH-2464]
2.28.1 (April 9, 2024)
HOTFIX:
manifest_decode()
: fix handling of manifests containing null values [GH-2461]2.28.0 (April 8, 2024)
ENHANCEMENTS:
NOTE: Using Provider Defined Functions requires Terraform version 1.8.0.
- Add provider defined functions:
manifest_encode
,manifest_decode
,manifest_decode_multi
[GH-2428]
Commits
65f1a7d
Update CHANGELOG (#2571)bfd8d84
Return current state when requesting deferral. (#2570)6531356
Clean up manifest acceptence test workflow matrix. (#2568)6f200bc
run acceptance tests with multiple versions of kubernetes (#2563)9f4cabc
min_ready_seconds parameter support for statefulset (#2493)c7aaa23
Update Changelog Guide (#2566)3dcfe26
Align Kubernetes docs references formatting (#2560)e486966
kubernetes_server_version data source (#2306)6e046d4
Bump hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicor...ef67d17
Certificate signing request expiration seconds (#2559)- Additional commits viewable in compare view
Updates terraform-aws-modules/eks/aws
from 18.31.2 to 20.24.2
Release notes
Sourced from terraform-aws-modules/eks/aws's releases.
v20.24.2
20.24.2 (2024-09-21)
Bug Fixes
v20.24.1
20.24.1 (2024-09-16)
Bug Fixes
v20.24.0
20.24.0 (2024-08-19)
Features
v20.23.0
20.23.0 (2024-08-09)
Features
- Add new output values for OIDC issuer URL and provider that are dual-stack compatible (#3120) (72668ac)
v20.22.1
20.22.1 (2024-08-09)
Bug Fixes
- Eliminates null check on tag values to fix for_each error about unknown keys (#3119) (6124a08), closes #3118 #2760 #2681 #2337
v20.22.0
20.22.0 (2024-08-05)
Features
v20.21.0
20.21.0 (2024-08-05)
... (truncated)
Changelog
Sourced from terraform-aws-modules/eks/aws's changelog.
20.24.2 (2024-09-21)
Bug Fixes
20.24.1 (2024-09-16)
Bug Fixes
20.24.0 (2024-08-19)
Features
20.23.0 (2024-08-09)
Features
- Add new output values for OIDC issuer URL and provider that are dual-stack compatible (#3120) (72668ac)
20.22.1 (2024-08-09)
Bug Fixes
- Eliminates null check on tag values to fix for_each error about unknown keys (#3119) (6124a08), closes #3118 #2760 #2681 #2337
20.22.0 (2024-08-05)
Features
20.21.0 (2024-08-05)
Features
20.20.0 (2024-07-19)
... (truncated)
Commits
7f219a6
chore(release): version 20.24.2 [skip ci]8b90872
fix: Remove deprecatedinline_policy
from cluster role (#3163)2965d99
chore(release): version 20.24.1 [skip ci]47ab3eb
fix: Correct Karpenter EC2 service principal DNS suffix in non-commercial reg...71d1947
chore: Remove outposts example (#3154)c60b70f
chore(release): version 20.24.0 [skip ci]e317651
feat: Add support for Karpenter v1 controller IAM role permissions (#3126)1360e3d
chore(release): version 20.23.0 [skip ci]72668ac
feat: Add new output values for OIDC issuer URL and provider that are dual-st...faa42df
chore(release): version 20.22.1 [skip ci]- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name | Ignore Conditions |
---|---|
terraform-aws-modules/eks/aws | [>= 19.a, < 20] |
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 <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