From 045482e07d15257ea7db9523e68b551dc59026e4 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 18 Feb 2026 12:11:37 +1100 Subject: [PATCH] Revert "Deactivate cooldown for testing" This reverts commit 13cec27f6b73a4f6a6e696a67048f3709164bb99. --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1228ca8e2e..1b2572a9cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,9 +31,8 @@ updates: directory: "/" schedule: interval: "daily" - # Deactivating for now to see if this blocked security updates even though it shouldn't. - # cooldown: - # default-days: 7 + cooldown: + default-days: 7 # Only specific requirements are specified in Gemfile, so don't touch it. versioning-strategy: lockfile-only