From 311fbf607c273afa28501ce6dc3c5848bf872c98 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Tue, 21 Oct 2025 20:51:11 +0200 Subject: [PATCH] Change Dependabot schedule to daily and add Docker --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14206b4..4fa1f06 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,8 @@ updates: - package-ecosystem: "composer" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "daily" + - package-ecosystem: "docker" + directtory: "/" + schedule: + interval: "daily"