From f9d882fdc4594df9ac28a9b51a891c0553ca4e6f Mon Sep 17 00:00:00 2001 From: "ld-repository-standards[bot]" <113625520+ld-repository-standards[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 01:37:43 +0000 Subject: [PATCH] Add Dependabot version-update cooldown --- .github/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ba6ebc8..f902bd25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,29 @@ updates: directory: "/" # Location of go.mod schedule: interval: "weekly" + 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 + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + - package-ecosystem: "npm" + directory: "/internal/dev_server/ui" + schedule: + interval: "weekly" + cooldown: + default-days: 7