From 9f097fae93a68a9908450227ee70eb1bbace80e0 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 14 Nov 2023 14:32:21 +0545 Subject: [PATCH] Add composer to dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95179b06..0515d234 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ version: 2 updates: + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "monthly" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: