From 6ef6c3310f6958b3d3749d5e12ccbc7858a54576 Mon Sep 17 00:00:00 2001 From: Yannick Alexander Date: Fri, 10 Apr 2026 13:04:36 +0200 Subject: [PATCH] updated dependabot to use weekly schedules instead of daily Signed-off-by: Yannick Alexander --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 663b985..4fd86c5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10 labels: - "type: dependencies" @@ -11,7 +11,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10 labels: - "type: dependencies"