diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 848674637..3c4f0f7ef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -46,9 +46,10 @@ updates: commit-message: prefix: chore groups: - # Group all non-major updates together to reduce noise - npm-minor-patch: + npm-major: + update-types: + - major + npm-non-major: update-types: - minor - patch - # Major updates are ungrouped so they get individual review