From bb77bba7bbfd3c9001b6a1af6024832712036026 Mon Sep 17 00:00:00 2001 From: grokspawn Date: Wed, 26 Nov 2025 16:15:58 -0600 Subject: [PATCH] institute 2wk dependency cooldown policy Signed-off-by: grokspawn --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15040523f1..b4f8143928 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,16 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 14 commit-message: prefix: ":seedling:" - package-ecosystem: "gomod" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 14 commit-message: prefix: ":seedling:" groups: @@ -21,5 +25,7 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 14 commit-message: prefix: ":seedling:"