Customized grouped security updates via Dependabot not working #10051
Unanswered
kaji-bikash
asked this question in
Q&A
Replies: 1 comment
-
When we looked under "security alerts", we see something strange inside some individual alert raised by Dependabot. Picture is worth more here. Not sure what's going on and what else to give to understand where exactly it is failing or stuck. Help @github |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our use case:
We have a mono-repositories with mixed runtimes - mainly go-lang & NPM ecosystem.
We have "dependency graph", "security alerts" & "grouping" all enabled for the repository but we wanted to further control how &/or on what notification should happen. For this, we have got roughly following configuration
We have
open-pull-requests-limit: 0
because we are only interested in security updates for now. Dependabot is creating grouped PR with label "dependency" for other code available in monorepo but not as instructed independabot.yaml
. Any help is appreciated in solving this!! Major nuisance so far.We have enterprise cloud github version and we are following this blog post - https://github.blog/changelog/2024-03-28-dependabot-grouped-security-updates-generally-available/
Beta Was this translation helpful? Give feedback.
All reactions