diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4efbe887..33c88554 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,11 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "daily" + allow: + - dependency-type: "development" + versioning-strategy: "increase"