feat: group Dependabot updates and add a repeatable rollup task#36393
Conversation
📊 Bundle size report✅ No changes found |
|
Pull request demo site: URL |
Hotell
left a comment
There was a problem hiding this comment.
the dependabot grouping config tweaks should be all we need correct ?
the additional workflows are nice but any new workflow we add = additional attack vector/maintenance burden. I suggest to start first with the dependabot tweaks and if situation wont improve we can re-evaluate adding custom solution.
For testing purposes we could move the script logic to a repo SKILL which can be invoked locally/cloud to test things out while mitigating attack vector/maintenance of official pipeline.
thoughts?
4a99b74 to
a8d64ff
Compare
I think that is a solid idea and I will implement this suggestion and move it back to a draft, as I'll need to test and verify it. A nice solid lesson, thanks! |
Previous Behavior
Dependabot updates were opened as multiple separate PRs, which increased review overhead and PR noise.
New Behavior
Dependabot is now configured to group patch/minor updates into consolidated PRs per ecosystem, while still requiring human review:
Related Issue(s)
#36394