15 lines
522 B
YAML
15 lines
522 B
YAML
# Dependabot's documentation for all configuration options:
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "bundler"
|
|
directory: "/" # Location of package manifests
|
|
open-pull-requests-limit: 0 # disabled for now
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
# - package-ecosystem: "npm" # See documentation for possible values
|
|
# directory: "/" # Location of package manifests
|
|
# schedule:
|
|
# interval: "daily"
|