From 98eced1e0285e56d5149a193b4bb426402fbed09 Mon Sep 17 00:00:00 2001 From: Benno Bielmeier Date: Sun, 21 Jan 2024 18:23:36 +0100 Subject: [PATCH] Update dependabot config --- .github/dependabot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc3ab5c..77a41d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,10 @@ version: 2 updates: - - package-ecosystem: "composer" - directory: "/" + - package-ecosystem: composer + directory: / schedule: - interval: "daily" + interval: weekly + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly