You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also thought grouping was a solution, but in another PR git bisect happened to hit a dependency update commit. Separate commits for each dependency chain are probably a good idea for at least that reason. Ideally there would be a way to "summon" dependabot so the large number of PRs is only generated on demand.
May I suggest you to use the groups feature in dependabot?
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
This could reduce the number of PRs
You can have a look at what was done in this repository when I suggested it
Zxilly/go-size-analyzer@ec9c028
It would drastically reduce the number of PRs opened by dependabot because they will be grouped.
The text was updated successfully, but these errors were encountered: