From 46820fe6eba4117f012b555a086979fc3f6ee8b8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Jul 2026 13:20:19 +0200 Subject: [PATCH] build: Set dependabot cooldown period (#1284) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f08cd93..5d3f625 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,11 @@ updates: directory: / schedule: interval: weekly + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: / schedule: interval: weekly + cooldown: + default-days: 7