-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
developmentSoftware development life cycleSoftware development life cyclegithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codequestionFurther information is requestedFurther information is requested
Description
Problem
Dependabot's PRs are beginning to clutter git log, as it completes routine tasks faster than we humans write our own PRs. Here, you can see that more than half of the 30 most recent git commits were from dependabot's chores and fixes:
git log --oneline | head -n30 | egrep "(chore|fix)\(" | wc -l
16Proposed Feature
If possible, it would be great to consolidate these multiple PRs into fewer, larger PRs that occur, perhaps, biweekly. I would like to discuss the viability of this idea.
Metadata
Metadata
Assignees
Labels
developmentSoftware development life cycleSoftware development life cyclegithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codequestionFurther information is requestedFurther information is requested