diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2fa176..8b368cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,12 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + patch-updates: + update-types: [ "patch" ] + minor-updates: + update-types: [ "minor" ] + open-pull-requests-limit: 5 - package-ecosystem: "github-actions" directory: "/" schedule: