mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
As per the industry standard, all version numbers are specified in package.json, so Dependabot is allowed to suggest increases when a new version is released. This is the default. Discussed in https://community.openfoodnetwork.org/t/javascript-dependency-management-with-package-json/2753
18 lines
455 B
YAML
18 lines
455 B
YAML
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "bundler"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
# Only specific requirements are specified in Gemfile, so don't touch it.
|
|
versioning-strategy: lockfile-only
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
# All versions are specified in package.json, so please update them.
|
|
versioning-strategy: increase
|