From 562131b5927d7705f16683418142cd4645555565 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Mon, 29 Jun 2026 09:10:10 +0100 Subject: [PATCH] Pin Dependabot weekly schedule to Monday Add `day: "monday"` to every ecosystem's weekly schedule so updates run on a consistent day. Without an explicit day, Dependabot picks one on its own, which had drifted off Monday. Co-Authored-By: Claude Opus 4.8 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 448073058..f4c16fc62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" cooldown: default-days: 7 labels: @@ -32,6 +33,7 @@ updates: - "/packages/modules/*" schedule: interval: "weekly" + day: "monday" labels: - "dependencies" - "docker" @@ -44,6 +46,7 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" labels: - "dependencies" - "github_actions" @@ -56,6 +59,7 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" labels: - "dependencies" - "devcontainers" @@ -68,6 +72,7 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" labels: - "dependencies" - "docker_compose" @@ -80,6 +85,7 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" labels: - "dependencies" - "pip"