mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
This enables us to specify versions in the Gemfile and package.json and Dependabot won't suggest updates we excluded that way.
16 lines
309 B
YAML
16 lines
309 B
YAML
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "bundler"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
versioning-strategy: lockfile-only
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
versioning-strategy: lockfile-only
|