mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
24 lines
593 B
YAML
24 lines
593 B
YAML
# Dependabot configuration
|
|
#
|
|
# The `directory` and `schedule.interval` options are mandatory.
|
|
# Most of the configuration here is not used for security updates though.
|
|
|
|
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "bundler"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
# 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
|