Description
What's the problem this feature will solve?
There are many pull requests for python dependency updates created by dependabot and then they are closed by github/ composite-prs
, see #15907, and there are also a lot of notifications generated for watchers of the project.
Describe the solution you'd like
It may be best to use grouped version updates for Dependabot
As mentioned above is this README, a core reason why this Action exists is to "combine multiple Dependabot PRs into one". Work for this Action was completed before the GitHub Blog Post was published and the Dependabot Grouped Version Updates feature was released.
And it also be mentioned in the README page of combine-prs as above.
For example if use groups
, it will be work like this: jenkinsci/kubernetes-operator#1004
I see that groups
seems to be used in dependabot.yml, but not for against all python dependencies, not sure why? and it doesn't seem to work. Maybe I'm mistaken.
warehouse/.github/dependabot.yml
Line 21 in fd49325