From 79356caff952eb6f61562de28edfb8dafb9cad7a Mon Sep 17 00:00:00 2001 From: "samber (headless)" <280763659+headless-samber@users.noreply.github.com> Date: Tue, 11 Aug 2026 00:59:37 +0000 Subject: [PATCH] chore(deps): add cooldown to dependabot config --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 61b1f35..822790c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,12 @@ updates: directory: / schedule: interval: monthly + cooldown: + default-days: 7 - package-ecosystem: gomod directory: / schedule: interval: monthly + cooldown: + default-days: 7 + semver-major-days: 30