diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f3fcb4..9969048 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,14 @@ updates: interval: "weekly" cooldown: default-days: 7 + groups: + minor-and-patch-versions: + applies-to: version-updates # Applies the group rule to version updates + update-types: + - "minor" + - "patch" + minor-and-patch-security: + applies-to: security-updates # Applies the group rule to security updates + update-types: + - "minor" + - "patch"