From 51b4dc64cc81d7c8d73c812aaed39cd13218ec36 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 1 Apr 2026 10:17:40 +1100 Subject: [PATCH] Add cooldown for turbo_power Ensure it's treated the same as other gems and packages. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b2572a9cc..add3a55585 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ multi-ecosystem-groups: turbo_power: schedule: interval: "daily" + cooldown: + default-days: 7 updates: - package-ecosystem: "bundler"