diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed8f4a43..5e2fadf7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,9 @@ updates: directory: '/' schedule: interval: 'daily' + + # Keep dependencies for Composer up-to-date + - package-ecosystem: 'composer' + directory: '/' + schedule: + interval: 'daily'