From b3686caa5ebbc63d6d4e7570baeae63cd8701b76 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 18 Sep 2025 08:12:26 +0200 Subject: [PATCH] Change cooldown key to default-days in dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7665d5ecb..a66900d8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: directories: - '**/*' cooldown: - days: 14 + default-days: 14 schedule: interval: 'weekly' day: 'monday'