From e5baa27d51b90a1866e86cd14e7c199a0431a5e5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 9 Apr 2026 06:44:23 +0200 Subject: [PATCH] fix: dependabot currently doesn't support cooldown for docker ref: https://github.com/dependabot/dependabot-core/issues/14044 --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd168014b..c5b85fce7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,10 @@ version: 2 updates: - package-ecosystem: docker - cooldown: - default-days: 7 + # Docker does not support cooldowns at the moment. + # https://github.com/dependabot/dependabot-core/issues/14044 + # cooldown: + # default-days: 7 directories: - "/" - "/docker"