diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce4868eb99c..b0cd939aae1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -50,6 +50,15 @@ updates: schedule: interval: "weekly" versioning-strategy: "widen" + groups: + # Group non-security version minor & patch updates into one PR. + # Security and major update versions will be done as individual PRs. + non-security: + applies-to: "version-updates" + dependency-type: "development" + update-types: + - "minor" + - "patch" labels: - "area/dependencies" - "area/javascript"