From e3ccddf1a788a3e137f5d78dbf31d8630b748ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Fri, 20 Sep 2024 09:11:27 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44915c32..54b5315e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" \ No newline at end of file + interval: "monthly" +- package-ecosystem: "composer" + directory: ".github/workflows/get-members" + schedule: + interval: "monthly"