From 872054c449634928fcf537c5dbbfd0c4f70b162a 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:36 +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 53051f99..ebafa58e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,17 @@ updates: directory: '/' schedule: interval: 'weekly' - + cooldown: + default-days: 7 - package-ecosystem: 'gomod' directory: '/' schedule: interval: 'weekly' + cooldown: + default-days: 7 + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 From 4e07ce9efdaa8c7790d3defccddefab923a93102 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:23 +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 ebafa58e..b7c27593 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,3 @@ updates: interval: 'weekly' cooldown: default-days: 7 - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "weekly" - cooldown: - default-days: 7