From 13fb58303b183c99327bab1b28ce2997ec684049 Mon Sep 17 00:00:00 2001 From: "ld-repository-standards[bot]" <113625520+ld-repository-standards[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 06:09:57 +0000 Subject: [PATCH] Add Dependabot version-update cooldown --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 051d768..8e10317 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,14 @@ version: 2 - updates: - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7