From a56f2016eb274dcc63c13618df2ae3cca5362af1 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 26 Apr 2026 08:48:26 +0200 Subject: [PATCH] Set dependabot cooldown To help against supply chain attacks. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cdf639c15..62bb43bdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 ignore: - dependency-name: "*" update-types: