Unify Dependabot strategy

Let's do the same we do for Ruby dependencies.
This commit is contained in:
David Rodríguez
2025-11-19 14:47:44 +01:00
parent a009dacd41
commit 6fa99b187d
3 changed files with 42 additions and 47 deletions

View File

@@ -24,8 +24,8 @@ updates:
patterns: ["turbo_power"]
multi-ecosystem-group: "turbo_power"
# All versions are specified in package.json, so please update them.
versioning-strategy: increase
# Only specific requirements are specified in package.json, so don't touch it.
versioning-strategy: lockfile-only
- package-ecosystem: "bundler"
directory: "/"
@@ -40,10 +40,5 @@ updates:
schedule:
interval: "daily"
# All versions are specified in package.json, so please update them.
versioning-strategy: increase
groups:
webpack:
patterns:
- "webpack*"
# Only specific requirements are specified in package.json, so don't touch it.
versioning-strategy: lockfile-only