From 1d332ce4f1e3e8ba057cb920e0170049b51a66b7 Mon Sep 17 00:00:00 2001 From: Max Scholz Date: Sun, 26 Jul 2026 16:03:31 +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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3708b28..0e84f2d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "08:00" timezone: "Europe/Berlin" + day: monday cooldown: default-days: 7 target-branch: "main" @@ -23,13 +24,13 @@ updates: update-types: - "minor" - "patch" - - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "08:00" timezone: "Europe/Berlin" + day: monday cooldown: default-days: 7 target-branch: "main"