From b7cddc215d31c5fb349dae04c962e5a50f6b3858 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 27 May 2026 16:59:31 +0200 Subject: [PATCH] chore: fix dependabot config It's `cooldown.default-days` not `cooldown.default`. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3367207ca..fcf8933751 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,4 @@ updates: interval: "daily" open-pull-requests-limit: 4 cooldown: - default: 1 + default-days: 1