From a11906f7c6d7a6db0eac0b62589c27ff2d50734a Mon Sep 17 00:00:00 2001 From: "ld-repository-standards[bot]" <113625520+ld-repository-standards[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:47:53 +0000 Subject: [PATCH] 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