From 1f11d8d112d62c1f4b51138cc2d12955bb434084 Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Mon, 4 Nov 2024 22:00:38 -0800 Subject: [PATCH] Update dependabot.yml Signed-off-by: Alexis Couvreur --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5352a4e3..5a1cdead 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,9 +21,10 @@ updates: # Enable version updates for Docker - package-ecosystem: "docker" # Look for a `Dockerfile` in the `root` directory - directory: "**/*" + directories: + - "**/*" # Check for updates once a week schedule: interval: "weekly" assignees: - - "acouvreur" \ No newline at end of file + - "acouvreur"