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