From e5ad219a8ec9d42726adafb59670777393307ade Mon Sep 17 00:00:00 2001 From: Adrian de la Rosa Date: Wed, 10 Jun 2026 20:41:54 +0200 Subject: [PATCH] chore: add dependabot cooldown for supply chain safety --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e303f7..94ad47c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: interval: daily time: '13:00' open-pull-requests-limit: 10 + cooldown: + default-days: 2 commit-message: prefix: 'chore' include: 'scope'