Tweak Dependabot config

This commit is contained in:
David Rodríguez
2025-11-04 08:55:39 +01:00
parent 96f715b62b
commit 9566075dee

View File

@@ -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: "/"