From b47b711ea0ad894d7957c181857025afdc8bd8aa Mon Sep 17 00:00:00 2001 From: "ld-repository-standards[bot]" <113625520+ld-repository-standards[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:12:57 +0000 Subject: [PATCH 1/2] chore: 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 From c781b2ecf5e94ac5c697c72246646beabe399ef6 Mon Sep 17 00:00:00 2001 From: "ld-repository-standards[bot]" <113625520+ld-repository-standards[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 06:10:59 +0000 Subject: [PATCH 2/2] chore: Add Dependabot version-update cooldown --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e10317..ea564af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,3 @@ updates: interval: "daily" cooldown: default-days: 7 - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - cooldown: - default-days: 7