From fedeaf93d033d3c762137edeaef359e38a54ad49 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Mon, 7 Sep 2026 15:49:28 +0100 Subject: [PATCH] chore: add seven-day Dependabot cooldown Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Davies --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 588379b3..6119a786 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 7 schedule: interval: "daily" time: "03:00" @@ -11,6 +13,8 @@ updates: directories: - "/src/sandbox/runtime" - "/src/code-validator/guest" + cooldown: + default-days: 7 schedule: interval: "daily" time: "03:00" @@ -20,6 +24,8 @@ updates: directories: - "/" - "/src/code-validator/guest" + cooldown: + default-days: 7 schedule: interval: "daily" time: "03:00"