hrvey / combine-prs-workflow

Combine/group together PRs (for example from Dependabot and similar services)
https://www.hrvey.com/blog/combine-dependabot-prs
MIT License
296 stars 51 forks source link

No longer needed if used for dependabot #26

Open fregante opened 12 months ago

fregante commented 12 months ago

Dependabot finally added grouped updates, so this workflow is no longer needed 🎉

https://github.blog/2023-08-24-a-faster-way-to-manage-version-updates-with-dependabot/

AloisSeckar commented 9 months ago

Thanks for pointing this feature out. Really saved a lot of overhead. It also solved the issue with congflicting pacakge-lock.json files.

However, I still find a good use for this workflow on my demos-nuxt project where I have multiple directories each with separate package.json file. So I have Dependabot configured for each sub-direcory and it produces multiple PRs, though grouped.

Or is it possible to configure Dependabot to run only once over all sub-directories❓