From 6b7138fdb90a034d086b3d35a1929a0b4cf01f27 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 3 Dec 2024 14:15:04 +0100 Subject: [PATCH] dependabot: add composer --- .github/dependabot.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c36a1f6..ba72e040 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,16 @@ --- version: 2 updates: - # GitHub actions + + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + reviewers: + - "elastic/apm-agent-php" + - package-ecosystem: "github-actions" directory: "/" reviewers: