From 670720853a22a0d5d0f5783c4faf637a637d2620 Mon Sep 17 00:00:00 2001 From: tomekchime Date: Wed, 6 May 2026 22:37:41 +0000 Subject: [PATCH] Add 7-day Dependabot cooldown --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 197493f..3d75565 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,10 @@ updates: prefix-development: "🔧 " include: scope open-pull-requests-limit: 10 + cooldown: + default-days: 7 + exclude: + - 1debit/* - package-ecosystem: gomod directory: "/" schedule: @@ -37,3 +41,7 @@ updates: open-pull-requests-limit: 10 registries: - github-octocat + cooldown: + default-days: 7 + exclude: + - github.com/1debit/*