How can I make dependabot put all updates into one pull request? #8857
-
Hello, I am trying to get dependabot to just open one pull request for all npm package updates every Monday, instead of opening a pull request for each dependency, which results in many pull requests being opened at once. I currently have this as my dependabot configuration and I was hoping it'd do the trick, but unfortunately woke up today to a lot of pull requests opened.
Any help is appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
@RealTriassic did Dependabot open all individual PRs or did it open any PRs with the title "Bump the dev-dependencies group with N updates"? You can also see Dependabot logs by going to Insights > Dependency Graph > Dependabot and click "Recent update jobs" next to the relevant package manifest. |
Beta Was this translation helpful? Give feedback.
@RealTriassic we might have found/fixed the problem, can you try triggering a job manually and see if it groups now? You can trigger manually by going to Insights > Dependency Graph > Dependabot > Recent Update Jobs > Check for Updates