From 3999bb1c3cd421b4505a8112f71d7407f143df3c Mon Sep 17 00:00:00 2001 From: Mehdi Date: Tue, 10 Feb 2026 06:03:29 +0000 Subject: [PATCH] chore: pin dependabot weekly schedule windows --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7ee7f01..a122902 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,9 @@ updates: directory: "/" schedule: interval: weekly + day: monday + time: "03:00" + timezone: UTC open-pull-requests-limit: 10 labels: - dependencies @@ -13,6 +16,9 @@ updates: directory: "/" schedule: interval: weekly + day: monday + time: "03:15" + timezone: UTC open-pull-requests-limit: 10 labels: - dependencies