diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5af51c..d78c41a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,12 @@ updates: day: "monday" assignees: - "octocat" + + # Maintain dependencies for Composer + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "monthly" + day: "monday" + assignees: + - "octocat"