From 51b4dc64cc81d7c8d73c812aaed39cd13218ec36 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 1 Apr 2026 10:17:40 +1100 Subject: [PATCH 1/2] 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" From e255bcc0820e4d0b776aaec425d09de1bf89eab9 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 1 Apr 2026 10:19:21 +1100 Subject: [PATCH 2/2] Formatting Compacted and adjusted comments to make it a bit easier to read. --- .github/dependabot.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index add3a55585..6c922cb11f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,30 +13,26 @@ multi-ecosystem-groups: default-days: 7 updates: + # turbo_power: ensure gem and package are updated together - package-ecosystem: "bundler" directory: "/" patterns: ["turbo_power"] multi-ecosystem-group: "turbo_power" - - # Only specific requirements are specified in Gemfile, so don't touch it. versioning-strategy: lockfile-only - - package-ecosystem: "npm" directory: "/" patterns: ["turbo_power"] multi-ecosystem-group: "turbo_power" - - # Only specific requirements are specified in package.json, so don't touch it. versioning-strategy: lockfile-only + # All others - package-ecosystem: "bundler" directory: "/" schedule: interval: "daily" cooldown: default-days: 7 - - # Only specific requirements are specified in Gemfile, so don't touch it. + # Only specific requirements are specified in Gemfile, so don't let Dependabot touch it. versioning-strategy: lockfile-only - package-ecosystem: "npm" @@ -45,6 +41,5 @@ updates: interval: "daily" cooldown: default-days: 7 - - # Only specific requirements are specified in package.json, so don't touch it. + # Only specific requirements are specified in package.json, so don't let Dependabot touch it. versioning-strategy: lockfile-only