From 912d07a4a29227bdbca80274fadb3a6b613dad4e Mon Sep 17 00:00:00 2001 From: Max Scholz Date: Sun, 26 Jul 2026 16:04:40 +0200 Subject: [PATCH] chore: align dependabot schedule Set all dependabot update schedules to weekly on monday for consistency across CC team-owned repos. Co-authored-by: GitHub Copilot --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ddb83ba..6baef8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,15 +4,16 @@ updates: directory: "/" schedule: interval: "weekly" + day: monday cooldown: default-days: 7 labels: - "dependencies" - - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + day: monday labels: - "dependencies" cooldown: