Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Grouped security updates for dependbot #2444

Open
1 task done
priyashpatil opened this issue Oct 29, 2024 · 0 comments
Open
1 task done

[FEAT]: Grouped security updates for dependbot #2444

priyashpatil opened this issue Oct 29, 2024 · 0 comments
Labels
Status: Triage This is being looked at and prioritized Type: Feature New feature or request

Comments

@priyashpatil
Copy link

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
@priyashpatil priyashpatil added Status: Triage This is being looked at and prioritized Type: Feature New feature or request labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This is being looked at and prioritized Type: Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant