chore(dependabot): group security#2850
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Dependabot configuration to introduce specific grouping rules for version and security updates. The reviewer provided feedback regarding the naming of these new groups, noting that 'version-minor-and-patch-by-dependency' is misleading since it groups all dependencies together, and 'security-minor-and-patch' is inconsistent because it includes major updates.
|
An easy supply chain attack hardening win for npm ecosystem is to enable dependabot "cooldown" parameters in concert with package manager config change to disallow packages younger than X days (eg 3) |
ooh good point |
This pull request updates the
.github/dependabot.ymlconfiguration to improve how dependency updates are grouped, labeled, and managed. The changes refine update grouping for both regular and security updates, add commit message customization, and clarify ignored update types.Dependabot configuration improvements:
version-minor-and-patch-by-dependencyfor regular updates andsecurity-minor-and-patchfor security updates, with more precise control over which update types are included in each group.