From c2b5e8194791958c72d098ffc7bc4d6508b91061 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:13:32 +0000 Subject: [PATCH 1/2] chore: Add Dependabot version-update cooldown --- .github/dependabot.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1deceb395..77e955c04 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,17 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - + cooldown: + default-days: 7 - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 From 7b4bc22999575cf60fd0e3b12ade3b40b438441e 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:11:19 +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 77e955c04..9a057e35d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,9 +17,3 @@ updates: interval: "weekly" cooldown: default-days: 7 - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - cooldown: - default-days: 7