diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e32bf4e..27e2794 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" open-pull-requests-limit: 20 # Roughly half the number of dependencies groups: - update-types: patch + composer: + update-types: + - "patch" schedule: interval: "daily"