From b819e1c5b7f0c9e364e9cebf4e2c195b38d36ebc Mon Sep 17 00:00:00 2001 From: netram-netizen Date: Thu, 9 Jul 2026 11:04:35 +0200 Subject: [PATCH] Configure Dependabot: keep daily schedule, 5am Europe/Amsterdam, 7-day cooldown --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d170..cf810ee 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,15 @@ updates: directory: "/" schedule: interval: "daily" + time: "05:00" + timezone: "Europe/Amsterdam" + cooldown: + default-days: 7 + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + time: "05:00" + timezone: "Europe/Amsterdam" + cooldown: + default-days: 7