From 6f078413aaa6c8da238c998412116b0bdcaba98e Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 17 Aug 2023 09:09:54 +0200 Subject: [PATCH] Add day of the week for dependabot docker --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 752fe78a..edfae7b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,5 +12,6 @@ updates: directory: '/' schedule: interval: weekly + day: saturday time: '9:00' timezone: 'Europe/Madrid'