integrations/terraform-provider-github

[FEAT]: Grouped security updates for dependbot

Opened this issue · 0 comments

Describe the need

There is Grouped security updates which resolve a Dependabot alert into one pull request (per package manager and directory of requirement manifests)

Similar to the option to configure the same would be great: https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_dependabot_security_updates

Here's image reference from the web UI:

Screenshot 2024-10-29 at 10 35 20 AM

Expected config could be:

resource "github_repository_grouped_security_updates" "example" {
  repository  = github_repository.test.id
  enabled     = true
}

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct