16 lines
475 B
YAML
16 lines
475 B
YAML
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: 'npm'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'daily'
|
|
time: '06:00'
|
|
allow:
|
|
- dependency-name: '@metamask/*'
|
|
target-branch: 'main'
|
|
versioning-strategy: 'increase-if-necessary'
|
|
open-pull-requests-limit: 10
|