diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e929360..ec2b32c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + non-breaking-changes: + update-types: [minor, patch] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + non-breaking-changes: + update-types: [minor, patch]