From 9566075deef5963a2116bd9841c55aa84dff55de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <2887858+deivid-rodriguez@users.noreply.github.com> Date: Tue, 4 Nov 2025 08:55:39 +0100 Subject: [PATCH] Tweak Dependabot config --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52ce24cee9..287054459c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,28 @@ # Most of the configuration here is not used for security updates though. version: 2 + +multi-ecosystem-groups: + turbo_power: + schedule: + interval: "daily" + updates: + - 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" + + # All versions are specified in package.json, so please update them. + versioning-strategy: increase - package-ecosystem: "bundler" directory: "/"