chore: remove missing Dependabot label config#183
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes the 'dependencies' label from the Dependabot configuration for the GitHub Actions, pip, and npm ecosystems. The reviewer suggests adding a 'groups' configuration for the pip ecosystem to consolidate updates into a single pull request, which would improve maintenance efficiency and ensure consistency with the other ecosystems defined in the file.
| commit-message: | ||
| prefix: "chore" |
There was a problem hiding this comment.
The pip ecosystem is currently missing a groups configuration, which is present in all other ecosystems in this file (github-actions and npm). Adding a group for pip dependencies will consolidate updates into a single PR, reducing noise and improving maintenance efficiency. This aligns with the project's mission of high-efficiency technical-log compression and industrial-grade maintenance.
commit-message:
prefix: "chore"
groups:
all-pip:
patterns:
- "*"References
- The project mission emphasizes high-efficiency technical-log compression and industrial-grade maintenance. Grouping dependency updates reduces PR noise and improves workflow efficiency. (link)
Summary:
dependencieslabel configuration from Dependabot updates.Changed files:
.github/dependabot.ymlTesting: